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
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
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