From ff8b6f60955751ab76eec84320f5b267069debd9 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (venus)" Date: Sat, 21 Jan 2012 15:51:20 +0100 Subject: add HELP file --- HELP | 40 ++++++++++++++++++++++++++++++++++++++++ README | 23 +---------------------- 2 files changed, 41 insertions(+), 22 deletions(-) create mode 100644 HELP diff --git a/HELP b/HELP new file mode 100644 index 0000000..de9f55f --- /dev/null +++ b/HELP @@ -0,0 +1,40 @@ +Explanations: + id = Idle cpu usage in % (extended) + Color: Black + st = CPU stolen from VM in % (extended) + Color: Red + ir = IRQ usage in % (extended) + Color: White + sr = Soft IRQ usage in % (extended) + Color: White + ni = Nice cpu usage in % + Color: Green + io = IOwait cpu sage in % + Color: Purple + us = User cpu usage in % + Color: Yellow, dark yellow if al>50%, orange if al>50% + sy = System cpu sage in % + Blue, purple if >30% + to = Total CPU usage, which is (100% - id) + pk = Max al peak of last avg. samples (extended) + 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 +Examples: + loadbars --extended 1 --showcorescores 1 --width 600 --hosts localhost + loadbars --hosts localhost,server1.example.com,server2.example.com + loadbars --cluster foocluster (foocluster is in /etc/clusters of cssh) +--average - Num of samples for avg. (more fluent animations) +--cluster - Cluster name from /etc/clusters +--extended - Toggle extended display (0 or 1) +--factor - Set graph scale factor (1.0 means 100%) +--height - Set windows height +--hosts - Comma sep. list of hosts; optional: user@ in front to each host +--inter - Set update interval in seconds (default 0.1) +--samples - Set number of samples until ssh reconnects +--showcores - Toggle core display (0 or 1) +--showtexthost - Toggle hostname/num text display (0 or 1) +--showtext - Toggle text display (0 or 1) +--sshopts - Set SSH options +--title - Set the window title +--width - Set windows width diff --git a/README b/README index 5ee5b8d..b9c1d3f 100644 --- a/README +++ b/README @@ -24,25 +24,4 @@ Versioning schema: a.b.c[.d], where It's not a release if there is a -devel suffix. It's a development version (in the trunk) then. -Explanations: - id = Idle cpu usage in % (extended) - Color: Black - st = CPU stolen from VM in % (extended) - Color: Red - ir = IRQ usage in % (extended) - Color: White - sr = Soft IRQ usage in % (extended) - Color: White - ni = Nice cpu usage in % - Color: Green - io = IOwait cpu sage in % - Color: Purple - us = User cpu usage in % - Color: Yellow, dark yellow if al>50%, orange if al>50% - sy = System cpu sage in % - Blue, purple if >30% - to = Total CPU usage, which is (100% - id) - pk = Max al peak of last avg. samples (extended) - 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 +For some usage/help please see the HELP file. -- cgit v1.2.3