summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2011-11-19 12:14:58 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2011-11-19 12:14:58 +0100
commit79989a4299b929e2111ae03cadc19a4a344b9869 (patch)
tree83efe0e4890b35dcaa54c41b97b52bec5f0fafba /README
parentdcc6ec4c2d27c839d310a369d3e04a1f76337018 (diff)
Merge from devel; release v0.2.2
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 18 insertions, 2 deletions
diff --git a/README b/README
index 668b7df..1553511 100644
--- a/README
+++ b/README
@@ -2,12 +2,26 @@ For general program informations see http://loadbars.buetow.org
For legal informations see COPYING and COPYING.FONT
-For any program help check out --help or 'h' and 'H' commands
+For any program help check out --help on command line or 'h' during program
+execution.
For a list of features which might be added in the future see WHISHLIST
For a changelog see CHANGELOG
+For a list of all known bugs see BUGS
+
+Supported platforms are: Linux and FreeBSD (the latter with linprocfs mounted)
+
+Versioning schema: a.b.c[.d], where
+ d = Optional, bugfixes only release
+ c = Minor release (new features or minor code refactoring)
+ b = Major release (new features or major code refactoring)
+ a = Don't know yet. Maybe will stay forever 0.
+
+ It's not a release if there is a -devel suffix. It's a development
+ version (in the trunk) then.
+
Explanation colors:
Blue: System cpu usage
Purple: System usage if it's >30%
@@ -22,6 +36,8 @@ Explanation text display:
us = User cpu usage in %
sy = System cpu sage in %
su = System & user cpu usage in %
- avg = System load average (desc. order: 1, 5 and 15 min. avg.)
+ avg = System load average (desc. order: 1, 5 and 15 min. avg.)
+
+