summaryrefslogtreecommitdiff
path: root/docs/loadbars.txt
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-04-20 22:23:41 +0200
committerPaul Buetow <paul@buetow.org>2012-04-20 22:23:41 +0200
commit46b7f1cfa7ab8da5b09ae765638f68bba20b2e02 (patch)
tree54e794fd8f41896b46a7cc9dd24df8b121874110 /docs/loadbars.txt
parentb1fd6740d411c4960c6cc3b4bcdaa7b29d6a901f (diff)
re-add0.5.2
Diffstat (limited to 'docs/loadbars.txt')
-rw-r--r--docs/loadbars.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/loadbars.txt b/docs/loadbars.txt
new file mode 100644
index 0000000..4791cd5
--- /dev/null
+++ b/docs/loadbars.txt
@@ -0,0 +1,25 @@
+NAME
+ loadbars - Small tool to observe server loads
+
+SYNOPSIS
+ For any program help check out --help on command line or 'h' during
+ program execution.
+
+DESCRIPTION
+ Loadbars is a small script that can be used to observe CPU loads of
+ several remote servers at once in real time. It connects with SSH (using
+ SSH public/private key auth) to several servers at once and vizualizes
+ all server CPUs and memory statistics right next each other (either
+ summarized or each core separately). Loadbars is not a tool for
+ collecting CPU loads and drawing graphs for later analysis. However,
+ since such tools require a significant amount of time before producing
+ results, Loadbars lets you observe the current state immediately.
+ Loadbars does not remember or record any load information. It just shows
+ the current CPU usages like top or vmstat does.
+
+LICENSE
+ See package description or project website.
+
+AUTHOR
+ Paul Buetow - <http://loadbars.buetow.org>
+