xxxserxxx / gotop

A terminal based graphical activity monitor inspired by gtop and vtop
Other
2.78k stars 140 forks source link

Ignore loop and docker network interfaces? #12

Open xxxserxxx opened 4 years ago

xxxserxxx commented 4 years ago

Currently, virtual network interfaces are included in the total values calculated in the network widget (besides VPN interfaces which have been removed) but I feel like maybe we should just include physical network interfaces like ethernet and wifi.

Original https://github.com/cjbassi/gotop/issues/33

xxxserxxx commented 4 years ago

I believe what should be done instead is https://github.com/cjbassi/gotop/issues/20

xxxserxxx commented 4 years ago

So #20 has been implemented, but it only allows for specifying one interface. #148 has been opened which would allow for specifying a list of interfaces.

So I think the question comes down to what the default should be:

It might be good to have an option specifically for this. I'd also like to allow for specifying network interfaces to not show: #149.