]> i-scream Git - www.i-scream.org.git/commitdiff
Add webpage for libstatgrab at http://www.i-scream.org/libstatgrab.
authorTim Bishop <tim@bishnet.net>
Sat, 4 Oct 2003 18:00:57 +0000 (18:00 +0000)
committerTim Bishop <tim@bishnet.net>
Sat, 4 Oct 2003 18:00:57 +0000 (18:00 +0000)
www/contents.inc
www/left.inc
www/libstatgrab/index.shtml [new file with mode: 0644]
www/libstatgrab/index.xhtml [new file with mode: 0644]

index 67170c0075494437bfd68acaa04d8905c1e0fe5a..96951103f863285239aec9ae7b6d5b757f922349 100644 (file)
         <b>Tuesday 09 September 2003</b><br><br>
        We're pleased to announce a new release of libstatgrab. You
        can download version 0.5.1 from
-       <a href="ftp://ftp.i-scream.org/pub/i-scream/libstatgrab">here</a>.
-       This release fixes some bugs, and adds a new tool 'statgrab'.
+       <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab">here</a>.
+       This is primarily a bugfix release.
        </p>
 
        <p align="justify">
         <b>Monday 25 August 2003</b><br><br>
        We're pleased to announce a new release of libstatgrab. You
        can download version 0.5 from
-       <a href="ftp://ftp.i-scream.org/pub/i-scream/libstatgrab">here</a>.
+       <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab">here</a>.
        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.
index 629083448b5b45207c0cc8f3c918acd87697a626..c826c7fbcded62079d5bb75c8e84718dea9028ca 100644 (file)
@@ -37,9 +37,7 @@
        <p>
        <hr noshade size="1" color="#000000">
        <h5>other projects</h5>
-       <a href="http://vrmlgraph.i-scream.org.uk">3-D VRML graph drawing</a><br>
-       <a href="http://www.jibble.org/pircbot.php">PircBot IRC Bot</a><br>
-       <a href="http://www.jibble.org/jibblewebserver.php">Jibble Web Server</a><br>
+       <a href="/libstatgrab">libstatgrab</a><br>
        <a href="http://www.cs.kent.ac.uk/people/staff/tdb/#acl">Java ACL's for TCP/UDP</a><br>
        <p>
        <hr noshade size="1" color="#000000">
diff --git a/www/libstatgrab/index.shtml b/www/libstatgrab/index.shtml
new file mode 100644 (file)
index 0000000..d025233
--- /dev/null
@@ -0,0 +1,132 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<!--
+    $Author$
+    $Id$
+-->
+
+<html>
+
+<head>
+  <title>i-scream libstatgrab homepage</title>
+</head>
+
+<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
+
+<table border="0" cellpadding="2" cellspacing="2">
+  <tr>
+    <td valign="top">
+<!--#include virtual="../left.inc" -->
+    </td>
+    <td valign="top">
+<!--#include virtual="../title.inc" -->
+
+<h1>libstatgrab</h1>
+
+<ul>
+<li><a href="#news">News</a></li>
+<li><a href="#what">What is libstatgrab?</a></li>
+<li><a href="#download">Downloading</a></li>
+<li><a href="#documentation">Documentation</a></li>
+</ul>
+
+<a name="news"><h2>News</h2></a>
+
+<p>
+<b>Tuesday 09 September 2003</b><br><br>
+We're pleased to announce a new release of libstatgrab.<br>
+You can download version 0.5.1 from
+<a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.5.1.tar.gz">here</a>.
+This release is primarily a bugfix release..
+</p>
+
+<p>
+<b>Monday 25 August 2003</b><br><br>
+We're pleased to announce a new release of libstatgrab.<br>
+You can download version 0.5 from
+<a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.5.tar.gz">here</a>.
+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.
+</p>
+
+<a name="what"><h2>What is libstatgrab?</h2></a>
+
+<p>
+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.
+</p>
+
+<p>
+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.
+</p>
+
+<p>
+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
+<a href="http://www.mrtg.org">MRTG</a> configuration file to use
+statgrab.
+</p>
+
+<a name="download"><h2>Downloading</h2></a>
+
+<p>
+The latest version of libstatgrab can be downloaded from our
+primary download
+<a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab">mirror</a>.
+All downloads are pgp signed using our <a href="/pgpkey.shtml">PGP Key</a>.
+</p>
+
+<p>
+For installation instructions see the README and INSTALL files
+contained within the archive. If you're using
+<a href="http://www.freebsd.org">FreeBSD</a> you can make use of the
+<a href="http://www.freshports.org/devel/libstatgrab">devel/libstatgrab</a>
+port to install libstatgrab for you.
+</p>
+
+<a name="documentation"><h2>Documentation</h2></a>
+
+<p>
+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:
+
+<ul>
+<li><a href="statgrab.html">statgrab(3)</a></li>
+</ul>
+</p>
+
+<p>
+Then we have the manual pages for each function:
+
+<ul>
+<li><a href="cpu_percent_usage.html">cpu_percent_usage(3)</a></li>
+<li><a href="get_diskio_stats.html">get_diskio_stats(3)</a></li>
+<li><a href="get_general_stats.html">get_general_stats(3)</a></li>
+<li><a href="get_load_stats.html">get_load_stats(3)</a></li>
+<li><a href="get_memory_stats.html">get_memory_stats(3)</a></li>
+<li><a href="get_network_stats.html">get_network_stats(3)</a></li>
+<li><a href="get_page_stats.html">get_page_stats(3)</a></li>
+<li><a href="get_process_stats.html">get_process_stats(3)</a></li>
+<li><a href="get_user_stats.html">get_user_stats(3)</a></li>
+</ul>
+</p>
+
+<!--#include virtual="../bottom.inc" -->
+    </td>
+  </tr>
+</table>
+
+</body>
+</html>
diff --git a/www/libstatgrab/index.xhtml b/www/libstatgrab/index.xhtml
new file mode 100644 (file)
index 0000000..d025233
--- /dev/null
@@ -0,0 +1,132 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<!--
+    $Author$
+    $Id$
+-->
+
+<html>
+
+<head>
+  <title>i-scream libstatgrab homepage</title>
+</head>
+
+<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
+
+<table border="0" cellpadding="2" cellspacing="2">
+  <tr>
+    <td valign="top">
+<!--#include virtual="../left.inc" -->
+    </td>
+    <td valign="top">
+<!--#include virtual="../title.inc" -->
+
+<h1>libstatgrab</h1>
+
+<ul>
+<li><a href="#news">News</a></li>
+<li><a href="#what">What is libstatgrab?</a></li>
+<li><a href="#download">Downloading</a></li>
+<li><a href="#documentation">Documentation</a></li>
+</ul>
+
+<a name="news"><h2>News</h2></a>
+
+<p>
+<b>Tuesday 09 September 2003</b><br><br>
+We're pleased to announce a new release of libstatgrab.<br>
+You can download version 0.5.1 from
+<a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.5.1.tar.gz">here</a>.
+This release is primarily a bugfix release..
+</p>
+
+<p>
+<b>Monday 25 August 2003</b><br><br>
+We're pleased to announce a new release of libstatgrab.<br>
+You can download version 0.5 from
+<a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.5.tar.gz">here</a>.
+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.
+</p>
+
+<a name="what"><h2>What is libstatgrab?</h2></a>
+
+<p>
+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.
+</p>
+
+<p>
+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.
+</p>
+
+<p>
+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
+<a href="http://www.mrtg.org">MRTG</a> configuration file to use
+statgrab.
+</p>
+
+<a name="download"><h2>Downloading</h2></a>
+
+<p>
+The latest version of libstatgrab can be downloaded from our
+primary download
+<a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab">mirror</a>.
+All downloads are pgp signed using our <a href="/pgpkey.shtml">PGP Key</a>.
+</p>
+
+<p>
+For installation instructions see the README and INSTALL files
+contained within the archive. If you're using
+<a href="http://www.freebsd.org">FreeBSD</a> you can make use of the
+<a href="http://www.freshports.org/devel/libstatgrab">devel/libstatgrab</a>
+port to install libstatgrab for you.
+</p>
+
+<a name="documentation"><h2>Documentation</h2></a>
+
+<p>
+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:
+
+<ul>
+<li><a href="statgrab.html">statgrab(3)</a></li>
+</ul>
+</p>
+
+<p>
+Then we have the manual pages for each function:
+
+<ul>
+<li><a href="cpu_percent_usage.html">cpu_percent_usage(3)</a></li>
+<li><a href="get_diskio_stats.html">get_diskio_stats(3)</a></li>
+<li><a href="get_general_stats.html">get_general_stats(3)</a></li>
+<li><a href="get_load_stats.html">get_load_stats(3)</a></li>
+<li><a href="get_memory_stats.html">get_memory_stats(3)</a></li>
+<li><a href="get_network_stats.html">get_network_stats(3)</a></li>
+<li><a href="get_page_stats.html">get_page_stats(3)</a></li>
+<li><a href="get_process_stats.html">get_process_stats(3)</a></li>
+<li><a href="get_user_stats.html">get_user_stats(3)</a></li>
+</ul>
+</p>
+
+<!--#include virtual="../bottom.inc" -->
+    </td>
+  </tr>
+</table>
+
+</body>
+</html>