From 2973526567a392d6946af2af82ac8efd93c14d7a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 May 2021 08:59:26 +0100 Subject: more cleanup --- loadbars.buetow.org/PROJECT | 1 - loadbars.buetow.org/SITEMAP | 0 loadbars.buetow.org/content/50.Download.xml | 9 --------- loadbars.buetow.org/content/98.contact.xml | 9 --------- loadbars.buetow.org/content/99.license.xml | 5 ----- loadbars.buetow.org/content/home.xml | 19 ------------------- loadbars.buetow.org/htdocs/images/loadbars.png | Bin 2108 -> 0 bytes loadbars.buetow.org/htdocs/images/loadbars2.png | Bin 2108 -> 0 bytes 8 files changed, 43 deletions(-) delete mode 100644 loadbars.buetow.org/PROJECT delete mode 100644 loadbars.buetow.org/SITEMAP delete mode 100644 loadbars.buetow.org/content/50.Download.xml delete mode 100644 loadbars.buetow.org/content/98.contact.xml delete mode 100644 loadbars.buetow.org/content/99.license.xml delete mode 100644 loadbars.buetow.org/content/home.xml delete mode 100644 loadbars.buetow.org/htdocs/images/loadbars.png delete mode 100644 loadbars.buetow.org/htdocs/images/loadbars2.png (limited to 'loadbars.buetow.org') diff --git a/loadbars.buetow.org/PROJECT b/loadbars.buetow.org/PROJECT deleted file mode 100644 index 655277a..0000000 --- a/loadbars.buetow.org/PROJECT +++ /dev/null @@ -1 +0,0 @@ -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/SITEMAP b/loadbars.buetow.org/SITEMAP deleted file mode 100644 index e69de29..0000000 diff --git a/loadbars.buetow.org/content/50.Download.xml b/loadbars.buetow.org/content/50.Download.xml deleted file mode 100644 index 51346ad..0000000 --- a/loadbars.buetow.org/content/50.Download.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - Download - Download from git repository - - Go to - http://github.com/snonux/!!HOSTNAME!! - - diff --git a/loadbars.buetow.org/content/98.contact.xml b/loadbars.buetow.org/content/98.contact.xml deleted file mode 100644 index 4c2f856..0000000 --- a/loadbars.buetow.org/content/98.contact.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - Contact me - - Please use the contact methods listed - on this site - :) - - diff --git a/loadbars.buetow.org/content/99.license.xml b/loadbars.buetow.org/content/99.license.xml deleted file mode 100644 index ba5a912..0000000 --- a/loadbars.buetow.org/content/99.license.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - 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 deleted file mode 100644 index 04ce281..0000000 --- a/loadbars.buetow.org/content/home.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - Loadbars - Get the current clue... - - - Loadbars is a Perl 5 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 for Loadbars 0.7.x are available in Debian Wheezy. Loadbars up to 0.6.x also runs on Squeeze. - diff --git a/loadbars.buetow.org/htdocs/images/loadbars.png b/loadbars.buetow.org/htdocs/images/loadbars.png deleted file mode 100644 index d223b9a..0000000 Binary files a/loadbars.buetow.org/htdocs/images/loadbars.png and /dev/null differ diff --git a/loadbars.buetow.org/htdocs/images/loadbars2.png b/loadbars.buetow.org/htdocs/images/loadbars2.png deleted file mode 100644 index d223b9a..0000000 Binary files a/loadbars.buetow.org/htdocs/images/loadbars2.png and /dev/null differ -- cgit v1.2.3