1

It may be a simple question, but how can I see how much bandwidth an SSH connection, in Unix and Linux, has consumed since the login time until the SSH session is terminated (logged out)?

Thanks, Elias

1 Answers1

5

Run ssh with at least one -v option, and when you log out you will get something like:

Transferred: sent 4288, received 4428 bytes, in 2.7 seconds
Michael Hampton
  • 244,070
  • 43
  • 506
  • 972