How can I find the process which uses most bandwidth on a Linux PC?
With iftop it's possible to find which connections produce most bandwidth, but how to find the process?
|
How can I find the process which uses most bandwidth on a Linux PC? With | |||
|
feedback
|
|
nethogs is something similar, but shows also the process (http://nethogs.sourceforge.net/) | |||||
|
feedback
|
|
little clumsy solution, but start
and after it starts, press
and at the last field of the output you should see PID/program. hope this help. | |||
|
feedback
|