monitor
monitor copied to clipboard
Add column for network usage
I'd love to be able to see which apps are using the most up/down
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. Overall usage is displayed already in the latest version.
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