Looks like this was asked a couple years ago to no avail but is there any way to get the top 5 processes using your network connection and also show the up/down speeds?
I'm hoping for something like this:
ps -arcwwwxo "command %cpu %mem" |egrep "PID|$1" | grep -v grep | head -5
but instead of CPU and Memory Up/down speeds.
Thanks!
I'm hoping for something like this:
ps -arcwwwxo "command %cpu %mem" |egrep "PID|$1" | grep -v grep | head -5
but instead of CPU and Memory Up/down speeds.
Thanks!