summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (venus) <paul@buetow.org>2012-01-21 18:53:02 +0100
committerPaul Buetow (venus) <paul@buetow.org>2012-01-21 18:53:02 +0100
commitf95323f9e6b322908d23225ae07bf510b9433ba1 (patch)
treeb4a93a92cb467cd94e96709ea77cd4397a0395f0
parent0902ddf2efa6196bf67f87207d7e6f0f74de51f7 (diff)
typos
-rw-r--r--CHANGELOG3
-rwxr-xr-xloadbars10
2 files changed, 8 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f035904..029bc15 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/loadbars b/loadbars
index 246a7d4..80663ee 100755
--- a/loadbars
+++ b/loadbars
@@ -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)