divan / expvarmon

TermUI based monitor for Go apps using expvars (/debug/vars). Quickest way to monitor your Go app(s).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow users to group expvars into custom TermUI lists

zgramana opened this issue · comments

Would be nice to be able to group panels like this:

    ./expvarmon -vars="foo,bar"  -vars="fizz,buzz"

or even

    ./expvarmon -vars="Memory::foo,bar"  -vars="CPU::fizz,buzz" #single colons may collide with expvar names for some