I am noticing some unusual network data transfer activity. Is there any software that can show the amount of network data transfer is process is doing.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
You could use nethogs to see the speed of transfer for each process.
Run it in terminal by running
A picture of nethogs working with a chrome opening a webpage:
You also have bmon which shows you ethernet devide usage.
and just run it like |
||||
|
|
|
You can use a command line tool called nethogs. First install it:
Then call it on the interface.Like this for Ethernet interface:
It shows at what speed, processes are sending and receiving data.It may help you to find the unusual data transfer. |
|||
|
|

