I am connecting to a server via SSH, and I'd like to know how fast it's uploading and downloading. Preferably I'd also like to see what is downloading/uploading and the speed for that process. Any suggestions, or hints on what I should be searching for?
|
feedback
|
|
To get a more specific breakdown of traffic, I use tcpdump and pass the dump to wireshark. Then use the statistics menu. But for ssh, it will be hard to see what is going on since it is already encrypted. Do you just want to the speed of your transfers? Or maybe you want: IP/Process based bandwidth usage stats tool for linux? If you don't want to install anything, you can For a program, I liked | |||||
|
feedback
|
|
| |||
|
feedback
|
|
Or if you don't have root access, the data is stored in /proc/net/dev. Little hacked up python script I wrote a bunch of years ago to do it w/o pcap/root. | |||
|
feedback
|
|
Just to summarize from Kyle Brandt and Flow's answers. I just compared
Thanks for your answers! | |||
|
feedback
|