I'm basically looking for a utility that displays which processes are using how much bandwidth, similar to how top displays which processes use how much resources.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|||||||
|
|
Have a look at ntop.org. |
||||
|
|
NetHogs is the best tool I have found so far that fulfills my need, but sadly needs to be run as root. (via) |
||||
|
|
|
I would like to add iptraf to the list. http://iptraf.seul.org |
|||||||
|
|
netstat can give you usage statistics on a per socket basis. |
|||
|