diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-09-30 23:47:37 +0200 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-09-30 23:47:37 +0200 |
| commit | 6826b65616117f569c4f0f48652f7a0277408e02 (patch) | |
| tree | 8613124eee840d8d78c8d185c3c7f537b5bdcb67 | |
| parent | 65094d101c54f31722fc5f57f364a8abf1c60632 (diff) | |
add 5
| -rw-r--r-- | loadbars.buetow.org/content/home.xml | 2 | ||||
| -rw-r--r-- | perldaemon.buetow.org/content/home.xml | 2 | ||||
| -rw-r--r-- | xerl.buetow.org/content/home.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/loadbars.buetow.org/content/home.xml b/loadbars.buetow.org/content/home.xml index d578d2b..c521f6d 100644 --- a/loadbars.buetow.org/content/home.xml +++ b/loadbars.buetow.org/content/home.xml @@ -4,7 +4,7 @@ <textheader>Get the current clue...</textheader> <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> + <noop>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.</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> diff --git a/perldaemon.buetow.org/content/home.xml b/perldaemon.buetow.org/content/home.xml index c70834d..1ef0b65 100644 --- a/perldaemon.buetow.org/content/home.xml +++ b/perldaemon.buetow.org/content/home.xml @@ -3,7 +3,7 @@ <rimg href="?document=images/perl.png" title="Perl"/> <pagetitle>PerlDaemon</pagetitle> <textheader>Writing your own daemon...</textheader> - <text>PerlDaemon is a minimal linux/unix daemon programmed in Perl. It can be extended to fit any task...</text> + <text>PerlDaemon is a minimal linux/unix daemon programmed in Perl 5. It can be extended to fit any task...</text> <enumeration> <enumitem>Automatic daemonizing</enumitem> <enumitem>Logging and logrotate support (SIGHUP)</enumitem> diff --git a/xerl.buetow.org/content/home.xml b/xerl.buetow.org/content/home.xml index 30a4dca..a7dc39c 100644 --- a/xerl.buetow.org/content/home.xml +++ b/xerl.buetow.org/content/home.xml @@ -3,7 +3,7 @@ <pagetitle>Xerl - A XML/Perl Website Engine</pagetitle> <text> <limg href="?document=images/xerl.png" title="Xerl"/> - <noop>... is an open source website template engine (TE) with some features of a Content Management System (CMS) programmed in object oriented Perl (boosted by FastCGI) and using XML to store the content and to display it in any format (e.g. HTML5). This is the alpha version. Xerl is work in progress! It has no real documentation and no release available atm. This is mostly a hobby project fitting my own needs in having dynamic websites. However, if you are interested in Xerl you can feel free to download the sources and try your luck. If you wanna stay in touch please </noop> + <noop>... is an open source website template engine (TE) with some features of a Content Management System (CMS) programmed in object oriented Perl 5 (boosted by FastCGI) and using XML to store the content and to display it in any format (e.g. HTML5). This is the alpha version. Xerl is work in progress! It has no real documentation and no release available atm. This is mostly a hobby project fitting my own needs in having dynamic websites. However, if you are interested in Xerl you can feel free to download the sources and try your luck. If you wanna stay in touch please </noop> <namedlink href="http://freecode.com/projects/xerl">subscribe via freecode.</namedlink> </text> <text> |
