Thursday, May 2, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 996  / 2 Years ago, tue, may 31, 2022, 2:49:38

Is there a graphical data counter for Ubuntu that records how much uploaded/downloaded data was used and bandwidth being used and total amounts, filtering it by application?


More From » software-recommendation

 Answers
6

You can use the program nethogs from the standard repository for this.



sudo apt-get install nethogs



sudo nethogs (it requires root privileges to run)



This tracks the network usage of all processes while it is running. When it starts it shows the current rate at which everything is sending/receiving, but you can press 'm' to switch it to cumulative amounts (and further times to display it as kB/B/MB). It will split sent/received data as well as show you a cumulative total across all processes from the time at which it was run.



Source: Software to show amount of data transfer of each process


[#31084] Wednesday, June 1, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rofity

Total Points: 182
Total Questions: 98
Total Answers: 115

Location: Albania
Member since Sat, Jan 7, 2023
1 Year ago
;