monitor icon indicating copy to clipboard operation
monitor copied to clipboard

Add column for network usage

Open ChildishGiant opened this issue 6 years ago • 5 comments

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

ChildishGiant avatar Sep 08 '19 18:09 ChildishGiant

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

stsdc avatar Mar 28 '20 14:03 stsdc

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

max246 avatar Sep 11 '20 23:09 max246

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.

stsdc avatar Sep 12 '20 12:09 stsdc

systemd cgroups does not help either

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

davidak avatar Sep 28 '21 16:09 davidak

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

ChildishGiant avatar Sep 28 '21 16:09 ChildishGiant