-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add column for network usage #110
Comments
Can't get this info from proc filesystem. Any suggestions? |
ifconfig provides how much has been used so far ( TX and RX ) otherwise can have a look at ifstat and maybe pulling from them or see how they collect data |
ifconfig shows overall RX/TX, not per process. But I might be wrong, not using ifconfig so much nowadays. |
systemd cgroups does not help either https://docs.docker.com/config/containers/runmetrics/#network-metrics |
It seems like nethogs could be of assistance: https://github.com/raboof/nethogs |
I'd love to be able to see which apps are using the most up/down
The text was updated successfully, but these errors were encountered: