Page 1 of 1

FYI: "nethogs" to monitor network traffic

Posted: June 2nd, 2013, 4:50 pm
by sander
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.

Code: Select all

sudo apt-get install nethogs
then

Code: Select all

sudo nethogs wlan0
Image

HTH