diff options
| author | Paul Buetow <paul@buetow.org> | 2013-02-03 10:44:49 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-02-03 10:44:49 +0100 |
| commit | 025e15b2ba7f54f87cf409fd7c3dd77746c72858 (patch) | |
| tree | 007c5af4f921aa85665f4db56f6f4309668a5dab /loadbars.buetow.org | |
| parent | fc0acd318710aa0bb566329a36d886b1455c21ec (diff) | |
add hosts
Diffstat (limited to 'loadbars.buetow.org')
| -rw-r--r-- | loadbars.buetow.org/PROJECT | 1 | ||||
| -rw-r--r-- | loadbars.buetow.org/content/20.Manpage.xml | 12 | ||||
| -rw-r--r-- | loadbars.buetow.org/content/30.Screenshots.xml | 11 | ||||
| -rw-r--r-- | loadbars.buetow.org/content/40.Changelog.xml | 12 | ||||
| -rw-r--r-- | loadbars.buetow.org/content/45.Wishlist.xml | 12 | ||||
| -rw-r--r-- | loadbars.buetow.org/content/50.Download.xml | 24 | ||||
| -rw-r--r-- | loadbars.buetow.org/content/98.contact.xml | 20 | ||||
| -rw-r--r-- | loadbars.buetow.org/content/99.license.xml | 7 | ||||
| -rw-r--r-- | loadbars.buetow.org/content/home.xml | 24 | ||||
| -rw-r--r-- | loadbars.buetow.org/htdocs/images/loadbars.png | bin | 0 -> 2108 bytes | |||
| -rw-r--r-- | loadbars.buetow.org/htdocs/images/loadbars2.png | bin | 0 -> 17636 bytes |
11 files changed, 123 insertions, 0 deletions
diff --git a/loadbars.buetow.org/PROJECT b/loadbars.buetow.org/PROJECT new file mode 100644 index 0000000..655277a --- /dev/null +++ b/loadbars.buetow.org/PROJECT @@ -0,0 +1 @@ +Loadbars is a small Perl script which can be used to observe CPU and memory loads of several remote servers at once in real time. diff --git a/loadbars.buetow.org/content/20.Manpage.xml b/loadbars.buetow.org/content/20.Manpage.xml new file mode 100644 index 0000000..88e8f32 --- /dev/null +++ b/loadbars.buetow.org/content/20.Manpage.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Manpage</pagetitle> + <text>This is the manpage of the current master branch:</text> + <pretext> + <perl> + use LWP::Simple; + get("http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=docs/loadbars.txt;hb=HEAD"); + </perl> + </pretext> +</content> + diff --git a/loadbars.buetow.org/content/30.Screenshots.xml b/loadbars.buetow.org/content/30.Screenshots.xml new file mode 100644 index 0000000..fbbe522 --- /dev/null +++ b/loadbars.buetow.org/content/30.Screenshots.xml @@ -0,0 +1,11 @@ + <?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> + <content> + <pagetitle>Screenshots</pagetitle> + <text>Screenshots can be downloaded from git. Just type "git clone -b screenshots git://git.buetow.org/loadbars loadbars-screenshots".</text> + <text> + <noop>Or go to </noop> + <namedlink href="http://web.buetow.org/git/?p=loadbars.git;a=tree;h=refs/heads/screenshots;hb=screenshots">gitweb</namedlink> + <noop> in order to browse the screenshot branch online.</noop> + </text> +</content> + diff --git a/loadbars.buetow.org/content/40.Changelog.xml b/loadbars.buetow.org/content/40.Changelog.xml new file mode 100644 index 0000000..62b4bf2 --- /dev/null +++ b/loadbars.buetow.org/content/40.Changelog.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Changelog</pagetitle> + <text>This is the changelog file of the current master branch:</text> + <pretext> + <perl> + use LWP::Simple; + get("http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=debian/changelog;hb=HEAD"); + </perl> + </pretext> +</content> + diff --git a/loadbars.buetow.org/content/45.Wishlist.xml b/loadbars.buetow.org/content/45.Wishlist.xml new file mode 100644 index 0000000..b331dac --- /dev/null +++ b/loadbars.buetow.org/content/45.Wishlist.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Wishlist</pagetitle> + <text>This is the Wishlist file of the current master branch:</text> + <pretext> + <perl> + use LWP::Simple; + get("http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=docs/wishlist;hb=HEAD"); + </perl> + </pretext> +</content> + diff --git a/loadbars.buetow.org/content/50.Download.xml b/loadbars.buetow.org/content/50.Download.xml new file mode 100644 index 0000000..316acc8 --- /dev/null +++ b/loadbars.buetow.org/content/50.Download.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Download</pagetitle> + <text>Loadbars can be downloaded from a deb repo or from git.</text> + <textheader>Install from deb repository</textheader> + <text>If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install loadbars:</text> +<code>deb ftp://deb.buetow.org/apt squeeze main +deb-src ftp://deb.buetow.org/apt squeeze main</code> + <text>Or if you prefer http:</text> +<code>deb http://deb.buetow.org/apt squeeze main +deb-src http://deb.buetow.org/apt squeeze main</code> + <text>To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -"</text> + <textheader>Download from Git repository</textheader> + <text>For git just type "git clone git://git.buetow.org/loadbars".</text> + <text>To update to the latest stable version just type "cd ./loadbars; git pull".</text> + <text> + <noop>Go to </noop> + <namedlink href="http://web.buetow.org/git/?p=loadbars.git">gitweb</namedlink> + <noop> to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags and for screenshots check out the screenshots branch.</noop> + </text> + <text>For bleeding edge you can fetch the devel branch with "git clone -b devel git://git.buetow.org/loadbars loadbars-devel". But be warned, this one might be broken! It will be merged to master when it's done.</text> +</content> + + diff --git a/loadbars.buetow.org/content/98.contact.xml b/loadbars.buetow.org/content/98.contact.xml new file mode 100644 index 0000000..f46ee65 --- /dev/null +++ b/loadbars.buetow.org/content/98.contact.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Contact Me/Us</pagetitle> + <text> + <noop>Please use the </noop> + <namedlink href="http://web.buetow.org/listinfo/dev">Development Mailing List</namedlink> + <noop> for any considerations of this humble programming project or any other programming project of mine.</noop> + </text> + <text> + <noop>But you may also use other methods such as listed </noop> + <namedlink href="http://contact.buetow.org">on this site</namedlink> + <noop> for example.</noop> + </text> + <text> + <noop>If you are interested in other projects please visit </noop> + <link>http://dev.buetow.org</link> + <noop> :)</noop> + </text> +</content> + diff --git a/loadbars.buetow.org/content/99.license.xml b/loadbars.buetow.org/content/99.license.xml new file mode 100644 index 0000000..f924a92 --- /dev/null +++ b/loadbars.buetow.org/content/99.license.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>License</pagetitle> + <text>Loadbars is licensed under the GNU Gerneral Public License Version 3 or later.</text> +</content> + + diff --git a/loadbars.buetow.org/content/home.xml b/loadbars.buetow.org/content/home.xml new file mode 100644 index 0000000..67f5068 --- /dev/null +++ b/loadbars.buetow.org/content/home.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content> + <pagetitle>Loadbars</pagetitle> + <textheader>Get the current clue...</pagetitle> + <text> + <rimg href="?document=images/loadbars2.png" title="Loadbars" alt="Loadbars" /> + <noop>Loadbars is a Perl script for Linux 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.</noop> + </text> + <enumeration> + <enumitem>Real time CPU load analysis per core and summarized (system, user, nice, iowait, hardware irq, software irq, steal, guest and idle load)</enumitem> + <enumitem>Real time system load average analysis</enumitem> + <enumitem>Real time memory analysis (RAM usage, Swap usage)</enumitem> + <enumitem>Real time network analysis (incoming and outgoing bandwidth)</enumitem> + <enumitem>Works with Linux</enumitem> + <enumitem>No extra software needed on the remote hosts (only Perl, SSHD and procfs is required). You need SSH access to all servers. All servers need a SSH public key for your user installed.</enumitem> + <enumitem>IPv4 and IPv6 compatible (due use of OpenSSH client)</enumitem> + </enumeration> + <text>To get started fetch loadbars from the deb repository or via git and run it. You'll install some additional CPAN Modules in order to get it running locally (only if you are using git). All required modules are available in the current Debian and Ubuntu releases (e.G. Getopt::Long, SDL::*, Time::HiRes, Proc::ProcessTable).</text> + <text> + <noop>If you wanna stay in touch please </noop> + <namedlink href="http://freecode.com/projects/loadbars">subscribe on freecode.</namedlink> + </text> +</content> + diff --git a/loadbars.buetow.org/htdocs/images/loadbars.png b/loadbars.buetow.org/htdocs/images/loadbars.png Binary files differnew file mode 100644 index 0000000..d223b9a --- /dev/null +++ b/loadbars.buetow.org/htdocs/images/loadbars.png diff --git a/loadbars.buetow.org/htdocs/images/loadbars2.png b/loadbars.buetow.org/htdocs/images/loadbars2.png Binary files differnew file mode 100644 index 0000000..4803cf6 --- /dev/null +++ b/loadbars.buetow.org/htdocs/images/loadbars2.png |
