--- web/www/libstatgrab/index.shtml 2003/10/10 11:13:49 1.6 +++ web/www/libstatgrab/index.shtml 2003/11/15 16:49:15 1.12 @@ -2,7 +2,7 @@ <!-- $Author: tdb $ - $Id: index.shtml,v 1.6 2003/10/10 11:13:49 tdb Exp $ + $Id: index.shtml,v 1.12 2003/11/15 16:49:15 tdb Exp $ --> <html> @@ -36,6 +36,36 @@ <a name="news"><h2>News</h2></a> <p> +To get notifications of new libstatgrab releases why not subscribe +to our project over on <a href="http://freshmeat.net/projects/libstatgrab/"> +freshmeat</a>? +</p> + +<p> +<b>Wednesday 22 October 2003</b><br><br> +Version 0.7 of libstatgrab has been released.<br> +Download it +<a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.7.tar.gz">here</a>. +The most significant change in this release is support for NetBSD +1.6.x. Parts of the FreeBSD code have been optimised, and an initialise +function has been added to allow programs to drop any extra privileges +libstatgrab needs. The list of known file systems has been increased, +and libstatgrab has been tested on even more platforms. Finally, +saidar has been tweaked to work even if it can't get all the +statistics. +</p> + +<p> +<b>Saturday 18 October 2003</b><br><br> +Version 0.6.1 of libstatgrab has been released.<br> +Download it +<a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.6.1.tar.gz">here</a>. +This release brings support for FreeBSD 5 on sparc 64, and some +bugfixes in FreeBSD memory statistics. Also, some fixes to saidar, +and statgrab. +</p> + +<p> <b>Friday 10 October 2003</b><br><br> Version 0.6 of libstatgrab has been released.<br> You can download it from our mirror site @@ -74,20 +104,20 @@ traffic, disk I/O, and more. </p> <p> -The current list of platforms is Solaris 2.x, Linux 2.4, and FreeBSD -4.x/5.x. The aim is to extend this to include as many operating systems -as possible. +The current list of platforms is Solaris 2.x, Linux 2.4, FreeBSD +4.x/5.x, and NetBSD 1.6.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 writing scripts or anything else that can't -easily make C function calls. Included with statgrab is a script to -generate an <a href="http://www.mrtg.org">MRTG</a> configuration file -to use statgrab. +The package also includes a couple of useful tools. The first, +<a href="#screenshot">saidar</a>, 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 writing scripts or anything +else that can't easily make C function calls. 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> @@ -139,6 +169,8 @@ Then we have the manual pages for each function: <p> Here's what saidar looks like when it's running: +</p> +<p> <img src="saidar.png" alt="saidar screenshot"> </p>