diff options
Diffstat (limited to 'HELP')
| -rw-r--r-- | HELP | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,8 @@ +==> Reading configuration from /home/pb/.loadbarsrc +==> Setting showcores=1, it might be overwritten by command line params. +==> Setting showtext=0, it might be overwritten by command line params. +==> Setting extended=1, it might be overwritten by command line params. +==> Setting showmem=1, it might be overwritten by command line params. CPU stuff: st = Steal in % [see man proc] (extended) Color: Red @@ -27,6 +32,14 @@ Memory stuff: Color: Dark grey Swp: System swap usage in % Color: Grey +Config file support: + Loadbars tries to read ~/.loadbarsrc and it's possible to configure any + option you find in --help but without leading '--'. For comments just use + the '#' sign. Sample config: + showcores=1 # Always show cores on startup + showtext=0 # Always don't display text on startup + extended=1 # Always use extended mode on startup + will always show all CPU cores in extended mode but no text display. Examples: loadbars --extended 1 --showcores 1 --height 300 --hosts localhost loadbars --hosts localhost,server1.example.com,server2.example.com @@ -38,7 +51,6 @@ Examples: --factor <ARG> - Set graph scale factor (1.0 means 100%) --height <ARG> - Set windows height --hosts <ARG> - Comma sep. list of hosts; optional: user@ in front to each host ---inter <ARG> - Set update interval in seconds (default 0.1) --maxwidth <ARG> - Set max width --samples <ARG> - Set number of samples until ssh reconnects --showcores <ARG> - Toggle core display (0 or 1) @@ -46,4 +58,3 @@ Examples: --showtexthost <ARG> - Toggle hostname/num text display (0 or 1) --showtext <ARG> - Toggle text display (0 or 1) --sshopts <ARG> - Set SSH options ---title <ARG> - Set the window title |
