diff options
| author | Paul Buetow (venus) <paul@buetow.org> | 2012-01-21 18:53:02 +0100 |
|---|---|---|
| committer | Paul Buetow (venus) <paul@buetow.org> | 2012-01-21 18:53:02 +0100 |
| commit | f95323f9e6b322908d23225ae07bf510b9433ba1 (patch) | |
| tree | b4a93a92cb467cd94e96709ea77cd4397a0395f0 | |
| parent | 0902ddf2efa6196bf67f87207d7e6f0f74de51f7 (diff) | |
typos
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rwxr-xr-x | loadbars | 10 |
2 files changed, 8 insertions, 5 deletions
@@ -1,3 +1,6 @@ +Sat Jan 21 18:52:50 CET 2012 +* Fixed some docu typos + Sat Jan 21 18:32:45 CET 2012 * Released v0.4.0 * Also show stats for idle, iowait, irq, softirq, steal and guest cpu time @@ -25,8 +25,8 @@ use threads; use threads::shared; use constant { - VERSION => 'loadbars v0.4.0-devel', - Copyright => '2010-2011 (c) Paul Buetow <loadbars@mx.buetow.org>', + VERSION => 'loadbars v0.4.0-master', + Copyright => '2010 - 2012 (c) Paul Buetow <loadbars@mx.buetow.org>', CSSH_CONFFILE => '/etc/clusters', CSSH_MAX_RECURSION => 10, COLOR_DEPTH => 8, @@ -623,7 +623,7 @@ Explanations: Color: White ir = IRQ usage in % (extended) Color: White - io = IOwait cpu sage in % + io = IOwait cpu usage in % Color: Purple id = Idle cpu usage in % (extended) Color: Black @@ -631,9 +631,9 @@ Explanations: Color: Green us = User cpu usage in % Color: Yellow, dark yellow if to>50%, orange if to>50% - sy = System cpu sage in % + sy = System cpu usage in % Blue, lighter blue if >30% - to = Total CPU usage, which is (100% - id) + to = Total cpu usage, which is (100% - id) pk = Max us+sy 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) |
