From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- loadbars.buetow.org/content/20.Manpage.xml | 12 ++++++++++++ loadbars.buetow.org/content/30.Screenshots.xml | 11 +++++++++++ loadbars.buetow.org/content/40.Changelog.xml | 12 ++++++++++++ loadbars.buetow.org/content/45.Wishlist.xml | 12 ++++++++++++ loadbars.buetow.org/content/50.Download.xml | 24 ++++++++++++++++++++++++ loadbars.buetow.org/content/98.contact.xml | 20 ++++++++++++++++++++ loadbars.buetow.org/content/99.license.xml | 7 +++++++ loadbars.buetow.org/content/home.xml | 24 ++++++++++++++++++++++++ 8 files changed, 122 insertions(+) create mode 100644 loadbars.buetow.org/content/20.Manpage.xml create mode 100644 loadbars.buetow.org/content/30.Screenshots.xml create mode 100644 loadbars.buetow.org/content/40.Changelog.xml create mode 100644 loadbars.buetow.org/content/45.Wishlist.xml create mode 100644 loadbars.buetow.org/content/50.Download.xml create mode 100644 loadbars.buetow.org/content/98.contact.xml create mode 100644 loadbars.buetow.org/content/99.license.xml create mode 100644 loadbars.buetow.org/content/home.xml (limited to 'loadbars.buetow.org/content') 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 @@ + + + Manpage + This is the manpage of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=docs/loadbars.txt;hb=HEAD"); + + + + 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 @@ + + + Screenshots + Screenshots can be downloaded from git. Just type "git clone -b screenshots git://git.buetow.org/loadbars loadbars-screenshots". + + Or go to + gitweb + in order to browse the screenshot branch online. + + + 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 @@ + + + Changelog + This is the changelog file of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=debian/changelog;hb=HEAD"); + + + + 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 @@ + + + Wishlist + This is the Wishlist file of the current master branch: + + + use LWP::Simple; + get("http://web.buetow.org/git/?p=loadbars.git;a=blob_plain;f=docs/wishlist;hb=HEAD"); + + + + 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 @@ + + + Download + Loadbars can be downloaded from a deb repo or from git. + Install from deb repository + 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: +deb ftp://deb.buetow.org/apt squeeze main +deb-src ftp://deb.buetow.org/apt squeeze main + Or if you prefer http: +deb http://deb.buetow.org/apt squeeze main +deb-src http://deb.buetow.org/apt squeeze main + To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -" + Download from Git repository + For git just type "git clone git://git.buetow.org/loadbars". + To update to the latest stable version just type "cd ./loadbars; git pull". + + Go to + gitweb + 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. + + 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. + + + 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 @@ + + + Contact Me/Us + + Please use the + Development Mailing List + for any considerations of this humble programming project or any other programming project of mine. + + + But you may also use other methods such as listed + on this site + for example. + + + If you are interested in other projects please visit + http://dev.buetow.org + :) + + + 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 @@ + + + License + Loadbars is licensed under the GNU Gerneral Public License Version 3 or later. + + + 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 @@ + + + Loadbars + Get the current clue... + + + 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. + + + Real time CPU load analysis per core and summarized (system, user, nice, iowait, hardware irq, software irq, steal, guest and idle load) + Real time system load average analysis + Real time memory analysis (RAM usage, Swap usage) + Real time network analysis (incoming and outgoing bandwidth) + Works with Linux + 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. + IPv4 and IPv6 compatible (due use of OpenSSH client) + + 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). + + If you wanna stay in touch please + subscribe on freecode. + + + -- cgit v1.2.3