tgraf / bmon

bandwidth monitor and rate estimator
Other
1.2k stars 98 forks source link

model to set bmonrc #74

Open Cherkah opened 6 years ago

Cherkah commented 6 years ago

hello, i'm trying to set my .bmonrc like that: policy = "wlp* eth*" input = netlink:notc output = curse:graph,ngraph=1,gwidth=50,'details;info' to get the following command line result:bmon -p 'wlp*,eth*' -inetlink:notc -ocurses:{graph,ngraph=1,gwidth=50,'details;info'}

but i can't. what's wrong?