FYI: "nethogs" to monitor network traffic
Posted: June 2nd, 2013, 4:50 pm
A FYI:
"nethogs" is a nice util to show which applications on your Linux computer is doing which amount of traffic. This can be handy to you want to see what SABnzbd is doing network-wise, and what others applications are doing.
then

HTH
"nethogs" is a nice util to show which applications on your Linux computer is doing which amount of traffic. This can be handy to you want to see what SABnzbd is doing network-wise, and what others applications are doing.
Code: Select all
sudo apt-get install nethogs
Code: Select all
sudo nethogs wlan0

HTH