From 66b5ad3a61e2994b980d34f20087706a2fcc030a Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus)" Date: Thu, 1 Jan 2015 23:29:59 +0100 Subject: add cbars alpha --- cbars.alpha.buetow.org/content/20.Manpage.xml | 8 ++++++++ cbars.alpha.buetow.org/content/40.Changelog.xml | 8 ++++++++ cbars.alpha.buetow.org/content/50.Download.xml | 21 +++++++++++++++++++++ cbars.alpha.buetow.org/content/98.contact.xml | 19 +++++++++++++++++++ cbars.alpha.buetow.org/content/99.license.xml | 5 +++++ cbars.alpha.buetow.org/content/home.xml | 23 +++++++++++++++++++++++ 6 files changed, 84 insertions(+) create mode 100644 cbars.alpha.buetow.org/content/20.Manpage.xml create mode 100644 cbars.alpha.buetow.org/content/40.Changelog.xml create mode 100644 cbars.alpha.buetow.org/content/50.Download.xml create mode 100644 cbars.alpha.buetow.org/content/98.contact.xml create mode 100644 cbars.alpha.buetow.org/content/99.license.xml create mode 100644 cbars.alpha.buetow.org/content/home.xml (limited to 'cbars.alpha.buetow.org/content') diff --git a/cbars.alpha.buetow.org/content/20.Manpage.xml b/cbars.alpha.buetow.org/content/20.Manpage.xml new file mode 100644 index 0000000..9ec449a --- /dev/null +++ b/cbars.alpha.buetow.org/content/20.Manpage.xml @@ -0,0 +1,8 @@ + + + Manpage + This is the manpage of the current master branch: + + http://web.buetow.org/cgit/cbars.git/plain/docs/cbars.txt + + diff --git a/cbars.alpha.buetow.org/content/40.Changelog.xml b/cbars.alpha.buetow.org/content/40.Changelog.xml new file mode 100644 index 0000000..570f30f --- /dev/null +++ b/cbars.alpha.buetow.org/content/40.Changelog.xml @@ -0,0 +1,8 @@ + + + Changelog + This is the changelog file of the current master branch: + + http://web.buetow.org/cgit/cbars.git/plain/debian/changelog + + diff --git a/cbars.alpha.buetow.org/content/50.Download.xml b/cbars.alpha.buetow.org/content/50.Download.xml new file mode 100644 index 0000000..4382358 --- /dev/null +++ b/cbars.alpha.buetow.org/content/50.Download.xml @@ -0,0 +1,21 @@ + + + Download + + + Important notice: + There is no Debian Package available yet! + + + !!HOSTNAME!! can be downloaded from a deb repo or from git. + Install from deb repository + If you have Debian GNU/Linux Wheezy 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 !!HOSTNAME!!: + deb http://deb.buetow.org/apt wheezy main +deb-src http://deb.buetow.org/apt wheezy main + To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". + Download from git repository + + Go to + http://github.com/rantanplan/!!HOSTNAME!! + + diff --git a/cbars.alpha.buetow.org/content/98.contact.xml b/cbars.alpha.buetow.org/content/98.contact.xml new file mode 100644 index 0000000..d3d66b0 --- /dev/null +++ b/cbars.alpha.buetow.org/content/98.contact.xml @@ -0,0 +1,19 @@ + + + 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/cbars.alpha.buetow.org/content/99.license.xml b/cbars.alpha.buetow.org/content/99.license.xml new file mode 100644 index 0000000..083a317 --- /dev/null +++ b/cbars.alpha.buetow.org/content/99.license.xml @@ -0,0 +1,5 @@ + + + License + Cbars is licensed under the GNU Gerneral Public License Version 3 or later. + diff --git a/cbars.alpha.buetow.org/content/home.xml b/cbars.alpha.buetow.org/content/home.xml new file mode 100644 index 0000000..df2a2bf --- /dev/null +++ b/cbars.alpha.buetow.org/content/home.xml @@ -0,0 +1,23 @@ + + + Cbars + + + Important notice: + The domain + .alpha.buetow.org + contains only development, test and PoC stuff. Replace + $shomething.alpha.buetow.org + with + $something.buetow.org + (if exists) to get the stable stuff. + + + Get the current clue... + + + Cbars is a program written in C 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). Cbars 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, Cbars lets you observe the current state immediately. Cbars does not remember or record any load information. It just shows the current CPU usages like top or vmstat does. It is an attempt to re-write + http://loadbars.buetow.org + . The there is no version of Cbars out yet. But v0.0.0 might come out some day this year. + + -- cgit v1.2.3