Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there a htop/top on Linux where I get to sort processes by network usage?

share|improve this question

closed as off topic by Ben D, Matthew Strawbridge, Charles Menguy, Steven Penny, John Mar 22 at 23:12

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

5 Answers

up vote 8 down vote accepted

jnettop is another candidate.

edit: it only shows the streams, not the owner processes.

share|improve this answer

Nethogs is probably what you look for.

share|improve this answer
8  
This is my favorite as it splits bandwith usage up by process. Really useful. – fccoelho Feb 17 '11 at 12:58
nethogs is nice - thanks for the suggestion. – a coder Mar 25 at 17:49

Also iftop

share|improve this answer

ntop or nagios

share|improve this answer
1  
Not to detract from Oli's contribution - ntop has multiple dependencies (gdbm, rrdtool, everything rrdtool requires), and while it's a useful tool if you have a long-term need to store and query. If you literally just want 'top, but for network traffic', iftop mentioned by Jim T is a much simpler solution. – synthesizerpatel Jul 5 '11 at 22:03

iptraf is my favorite. It has a nice ncurses interface, and options for filtering, etc.

enter image description here

share|improve this answer
top shows system activity for each process on the system. the only ways that I have seen iptraf used is to show activity of the system; i'm not aware of any facility to show individual process traffic in iptraf. – rektide Apr 18 at 21:10

Not the answer you're looking for? Browse other questions tagged or ask your own question.