cjbassi / gotop

A terminal based graphical activity monitor inspired by gtop and vtop
GNU Affero General Public License v3.0
7.36k stars 436 forks source link

Allow specifying multiple network interfaces #148

Open cjbassi opened 5 years ago

cjbassi commented 5 years ago

Currently, only 1 network interface can be selected with the -i option, but it would be nice to be able to specify a list of interfaces.

mattLLVW commented 5 years ago

Hey @cjbassi I'm implementing this and possibly #149 at the same time, but docopt can't use options with multiple argument.

I think there's two options here:

cjbassi commented 5 years ago

Hey thanks for working on this. I was thinking the second option, that seems more ergonomic to me.