diff options
| author | Paul Buetow <paul.buetow@1und1.de> | 2013-06-19 17:43:48 +0200 |
|---|---|---|
| committer | Paul Buetow <paul.buetow@1und1.de> | 2013-06-19 17:43:48 +0200 |
| commit | db1dce493c95ba220a30ef19435241b0654317b9 (patch) | |
| tree | b0c3382b5b55b23daab788ed2d34c3651ab051d6 /docs/loadbars.txt | |
| parent | 3898840f21bddb1c33c89ac4cea30879436ec6b5 (diff) | |
shell expansion works now!
Diffstat (limited to 'docs/loadbars.txt')
| -rw-r--r-- | docs/loadbars.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/loadbars.txt b/docs/loadbars.txt index f06aa92..7d096b1 100644 --- a/docs/loadbars.txt +++ b/docs/loadbars.txt @@ -2,9 +2,11 @@ NAME loadbars - A small and humble tool to observe server loads SYNOPSIS + loadbars [LIST OF HOSTNAMES] [OPTIONS] + Tested platforms This version of loadbars has only been tested on Debian GNU/Linux - Squeeze. + Wheezy. I like flying elephants For any startup params help check out --help on command line or 'h' @@ -18,6 +20,11 @@ SYNOPSIS loadbars --cluster foocluster (foocluster is in /etc/clusters [ClusterSSH]) + More examples, using bash expansion + loadbars servername{01,02,03}.example.com + + loadbars servername{01..50}.example.com --showcores 1 + 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 @@ -55,8 +62,6 @@ INFO 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) Memory stuff |
