From 46b7f1cfa7ab8da5b09ae765638f68bba20b2e02 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 20 Apr 2012 22:23:41 +0200 Subject: re-add --- docs/loadbars.pod | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/loadbars.pod (limited to 'docs/loadbars.pod') diff --git a/docs/loadbars.pod b/docs/loadbars.pod new file mode 100644 index 0000000..4a029bd --- /dev/null +++ b/docs/loadbars.pod @@ -0,0 +1,23 @@ +=head1 NAME + +loadbars - Small tool to observe server loads + +=head1 SYNOPSIS + +For any program help check out --help on command line or 'h' during program +execution. + +=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. + + +=head1 LICENSE + +See package description or project website. + +=head1 AUTHOR + +Paul Buetow - + +=cut -- cgit v1.2.3