2

Possible Duplicate:
Is there a way to find out what application using most of bandwidth in Linux?

Is there any Linux tool that shows each process usage of internet bandwidth

such as :

    chromium use 20 KB/s 
    Firefox  use 10 KB/s

and if there is a plug-in for system monitor, please show me it .

thanks...

Michel
  • 23

2 Answers2

3

NetHogs might be of interest to you.

Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311
1

you can try "ntop" but it is a command line tool.

blogger
  • 590