summaryrefslogtreecommitdiff
path: root/HELP
diff options
context:
space:
mode:
authorPaul Buetow (venus) <paul@buetow.org>2012-02-04 11:09:18 +0100
committerPaul Buetow (venus) <paul@buetow.org>2012-02-04 11:09:18 +0100
commit9ae838a2982890ebb42c09185bbb36a063665b0c (patch)
tree55312fc527a57dcc2d26fcaa06a7817699e6836c /HELP
parent2ad50b481a05d30744531939ac5a108a06926110 (diff)
parenta9ee3fde00a793bfa58087342d8caac2287a1af8 (diff)
Merge remote-tracking branch 'remotes/origin/devel'
Diffstat (limited to 'HELP')
-rw-r--r--HELP15
1 files changed, 11 insertions, 4 deletions
diff --git a/HELP b/HELP
index fe8cfd6..62205c9 100644
--- a/HELP
+++ b/HELP
@@ -1,4 +1,4 @@
-Explanations:
+CPU stuff:
st = Steal in % [see man proc] (extended)
Color: Red
gt = Guest in % [see man proc] (extended)
@@ -22,21 +22,28 @@ Explanations:
avg = System load average; desc. order: 1, 5 and 15 min. avg.
1px horizontal line: Maximum sy+us+io of last 'avg' samples (extended)
Extended means: text display only if extended mode is turned on
+Memory stuff:
+ Ram: System ram usage in %
+ Color: Dark grey
+ Swp: System swap usage in %
+ Color: Grey
Examples:
- loadbars --extended 1 --showcores 1 --width 600 --hosts localhost
+ loadbars --extended 1 --showcores 1 --height 300 --hosts localhost
loadbars --hosts localhost,server1.example.com,server2.example.com
- loadbars --cluster foocluster (foocluster is in /etc/clusters of cssh)
+ loadbars --cluster foocluster (foocluster is in /etc/clusters [ClusterSSH])
--average <ARG> - Num of samples for avg. (more fluent animations)
+--barwidth <ARG> - Set bar width
--cluster <ARG> - Cluster name from /etc/clusters
--extended <ARG> - Toggle extended display (0 or 1)
--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)
+--showmem <ARG> - Toggle mem display (0 or 1)
--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
---width <ARG> - Set windows width