Linux – How to find process which uses most bandwidth

bandwidthlinuxnetworkingtcp

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?

Best Answer

nethogs is something similar, but shows also the process (http://nethogs.sourceforge.net/)