Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
114
rated 0 times [  114] [ 0]  / answers: 1 / hits: 103119  / 2 Years ago, thu, february 17, 2022, 3:55:04

I am using Ubuntu 14.04. My internet connection is pretty slow (512 kbps). Sometimes I see that I have no software running which should download anything from the internet, but the system monitor still shows that some download is going on. So I think some hidden software are causing this. Is there a way I can monitor every software that is using internet?


More From » networking

 Answers
4

You can use nethogs Install nethogs tool to monitor all your traffic on an interface.



Install it using



sudo apt-get install nethogs


Now run it using



sudo nethogs <interface name>


For example



sudo nethogs wlan0


enter image description here



For more detail type man nethogs after installing.


[#22935] Friday, February 18, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
altybol

Total Points: 364
Total Questions: 138
Total Answers: 121

Location: France
Member since Thu, May 6, 2021
3 Years ago
;