From 38dbdfef4e1d2f46d7ccc3d9832d829a04d4883d Mon Sep 17 00:00:00 2001 From: Tim Bishop Date: Sat, 4 Oct 2003 18:00:57 +0000 Subject: [PATCH] Add webpage for libstatgrab at http://www.i-scream.org/libstatgrab. --- www/contents.inc | 6 +- www/left.inc | 4 +- www/libstatgrab/index.shtml | 132 ++++++++++++++++++++++++++++++++++++ www/libstatgrab/index.xhtml | 132 ++++++++++++++++++++++++++++++++++++ 4 files changed, 268 insertions(+), 6 deletions(-) create mode 100644 www/libstatgrab/index.shtml create mode 100644 www/libstatgrab/index.xhtml diff --git a/www/contents.inc b/www/contents.inc index 67170c0..9695110 100644 --- a/www/contents.inc +++ b/www/contents.inc @@ -15,15 +15,15 @@ Tuesday 09 September 2003

We're pleased to announce a new release of libstatgrab. You can download version 0.5.1 from - here. - This release fixes some bugs, and adds a new tool 'statgrab'. + here. + This is primarily a bugfix release.

Monday 25 August 2003

We're pleased to announce a new release of libstatgrab. You can download version 0.5 from - here. + here. This release provides both documentation and examples, which we hope will make the package more useable. Stay tuned for the next release with some useful tools. diff --git a/www/left.inc b/www/left.inc index 6290834..c826c7f 100644 --- a/www/left.inc +++ b/www/left.inc @@ -37,9 +37,7 @@


other projects
- 3-D VRML graph drawing
- PircBot IRC Bot
- Jibble Web Server
+ libstatgrab
Java ACL's for TCP/UDP


diff --git a/www/libstatgrab/index.shtml b/www/libstatgrab/index.shtml new file mode 100644 index 0000000..d025233 --- /dev/null +++ b/www/libstatgrab/index.shtml @@ -0,0 +1,132 @@ + + + + + + + + i-scream libstatgrab homepage + + + + + + + + + +
+ + + + +

libstatgrab

+ + + +

News

+ +

+Tuesday 09 September 2003

+We're pleased to announce a new release of libstatgrab.
+You can download version 0.5.1 from +here. +This release is primarily a bugfix release.. +

+ +

+Monday 25 August 2003

+We're pleased to announce a new release of libstatgrab.
+You can download version 0.5 from +here. +This release provides both documentation and examples, which +we hope will make the package more useable. Stay tuned for the +next release with some useful tools. +

+ +

What is libstatgrab?

+ +

+libstatgrab is a library that provides cross platform access to +statistics about the system on which it's run. It's written in C and +presents a selection of useful interfaces which can be used to access +key system statistics. The current list of statistics includes CPU +usage, memory utilisation, disk usage, process counts, network +traffic, disk I/O, and more. +

+ +

+The current list of platforms is Solaris 2.x, Linux 2.4, and FreeBSD +4.x. The aim is to extend this to include as many operating systems as +possible. +

+ +

+The package also includes a couple of useful tools. The first, saidar, +provides a curses-based interface to viewing the current state of the +system. The second, statgrab, gives a sysctl-style interface to the +statistics gathered by libstatgrab. This extends the use of +libstatgrab to people writting scripts and the link. Included with +statgrab is a script to generate an +MRTG configuration file to use +statgrab. +

+ +

Downloading

+ +

+The latest version of libstatgrab can be downloaded from our +primary download +mirror. +All downloads are pgp signed using our PGP Key. +

+ +

+For installation instructions see the README and INSTALL files +contained within the archive. If you're using +FreeBSD you can make use of the +devel/libstatgrab +port to install libstatgrab for you. +

+ +

Documentation

+ +

+The only online documentation we have at the moment is the manual +pages converted in to HTML format. It's probably best to start with +the overview manual page: + +

+

+ +

+Then we have the manual pages for each function: + +

+

+ + +
+ + + diff --git a/www/libstatgrab/index.xhtml b/www/libstatgrab/index.xhtml new file mode 100644 index 0000000..d025233 --- /dev/null +++ b/www/libstatgrab/index.xhtml @@ -0,0 +1,132 @@ + + + + + + + + i-scream libstatgrab homepage + + + + + + + + + +
+ + + + +

libstatgrab

+ + + +

News

+ +

+Tuesday 09 September 2003

+We're pleased to announce a new release of libstatgrab.
+You can download version 0.5.1 from +here. +This release is primarily a bugfix release.. +

+ +

+Monday 25 August 2003

+We're pleased to announce a new release of libstatgrab.
+You can download version 0.5 from +here. +This release provides both documentation and examples, which +we hope will make the package more useable. Stay tuned for the +next release with some useful tools. +

+ +

What is libstatgrab?

+ +

+libstatgrab is a library that provides cross platform access to +statistics about the system on which it's run. It's written in C and +presents a selection of useful interfaces which can be used to access +key system statistics. The current list of statistics includes CPU +usage, memory utilisation, disk usage, process counts, network +traffic, disk I/O, and more. +

+ +

+The current list of platforms is Solaris 2.x, Linux 2.4, and FreeBSD +4.x. The aim is to extend this to include as many operating systems as +possible. +

+ +

+The package also includes a couple of useful tools. The first, saidar, +provides a curses-based interface to viewing the current state of the +system. The second, statgrab, gives a sysctl-style interface to the +statistics gathered by libstatgrab. This extends the use of +libstatgrab to people writting scripts and the link. Included with +statgrab is a script to generate an +MRTG configuration file to use +statgrab. +

+ +

Downloading

+ +

+The latest version of libstatgrab can be downloaded from our +primary download +mirror. +All downloads are pgp signed using our PGP Key. +

+ +

+For installation instructions see the README and INSTALL files +contained within the archive. If you're using +FreeBSD you can make use of the +devel/libstatgrab +port to install libstatgrab for you. +

+ +

Documentation

+ +

+The only online documentation we have at the moment is the manual +pages converted in to HTML format. It's probably best to start with +the overview manual page: + +

+

+ +

+Then we have the manual pages for each function: + +

+

+ + +
+ + + -- 2.44.0