diff options
Diffstat (limited to 'docs/loadbars.pod')
| -rw-r--r-- | docs/loadbars.pod | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/loadbars.pod b/docs/loadbars.pod index fac961c..ef3f3e6 100644 --- a/docs/loadbars.pod +++ b/docs/loadbars.pod @@ -4,9 +4,11 @@ loadbars - A small and humble tool to observe server loads =head1 SYNOPSIS +loadbars [LIST OF HOSTNAMES] [OPTIONS] + =head2 Tested platforms -This version of loadbars has only been tested on Debian GNU/Linux Squeeze. +This version of loadbars has only been tested on Debian GNU/Linux Wheezy. =head2 I like flying elephants @@ -21,6 +23,12 @@ loadbars --hosts localhost,server1.example.com,server2.example.com loadbars --cluster foocluster (foocluster is in /etc/clusters [ClusterSSH]) +=head2 More examples, using shell expansion + +loadbars servername{01,02,03}.example.com + +loadbars servername{01..50}.example.com --showcores 1 + =head1 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. @@ -52,8 +60,6 @@ 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) =head2 Memory stuff |
