Real time internet usage monitor

Is there an application that lets me see all the apps using internet and how much bandwidth each app is using in real-time? (Sort of like the network section on the task manager in windows 10)

1 Like

BTW I’m using manjaro xfce 21.1.1

Maybe Gnome’s System Monitor can do it?

I don’t know of any xfce tools that does it, but I know that Plasma’s KSysGuard and Plasma Systemmonitor can both do it.

1 Like

nethogs is a nice tool, very simple and available in the repository.

Run it in command line :

sudo nethogs

Then, you get the appname, the pid, the user and data sent/received along with the interface name.
There is also a GUI in AUR, but not really necessary in my opinion

3 Likes

I’ve marked this answer as the solution to your question as it is by far the best answer you’ll get.

However, if you disagree with my choice, please feel free to take any other answer as the solution to your question or even remove the solution altogether: You are in control! (If you disagree with my choice, just send me a personal message and explain why I shouldn’t have done this or :heart: or :+1: if you agree)

:innocent:
P.S. In the future, please don’t forget to come back to your question after your issue has been solved and click the 3 dots below the answer to mark a solution like this below the answer that helped you most:
Solution
so that the next person that has the exact same problem you just had will benefit from your post as well as your question will now be in the “solved” status.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.