-
-
Notifications
You must be signed in to change notification settings - Fork 515
Open
Labels
enhancementExtension or improvement to existing featureExtension or improvement to existing feature
Description
At least on linux, https://github.com/htop-dev/htop/blob/main/linux/Platform.c#L698 seems to sum all traffic on all interfaces.
However with containers this may lead to incorrect numbers. In my case with docker, a container is downloading something - the reported Rx rate looks okay, but I see double the Tx rate as well (seems like one tx from docker0, and then another from the veth* device).
If there'd be a (default "yes"?) option to ignore/filter out known virtual ethernet devices (docker., veth., perhaps others), that would help.
Metadata
Metadata
Assignees
Labels
enhancementExtension or improvement to existing featureExtension or improvement to existing feature