Skip to content
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

Open
ChildishGiant opened this issue Sep 8, 2019 · 5 comments
Open

Add column for network usage #110

ChildishGiant opened this issue Sep 8, 2019 · 5 comments

Comments

@ChildishGiant
Copy link

I'd love to be able to see which apps are using the most up/down

@stsdc
Copy link
Owner

stsdc commented Mar 28, 2020

Can't get this info from proc filesystem. Any suggestions?

@max246
Copy link

max246 commented Sep 11, 2020

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

@stsdc
Copy link
Owner

stsdc commented Sep 12, 2020

ifconfig shows overall RX/TX, not per process. But I might be wrong, not using ifconfig so much nowadays.
Overall usage is displayed already in the latest version.

@davidak
Copy link

davidak commented Sep 28, 2021

systemd cgroups does not help either

https://docs.docker.com/config/containers/runmetrics/#network-metrics

@ChildishGiant
Copy link
Author

It seems like nethogs could be of assistance: https://github.com/raboof/nethogs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants