--- web/www/libstatgrab/index.shtml 2003/10/10 10:47:22 1.5 +++ web/www/libstatgrab/index.shtml 2003/10/11 15:34:16 1.8 @@ -2,7 +2,7 @@ <!-- $Author: tdb $ - $Id: index.shtml,v 1.5 2003/10/10 10:47:22 tdb Exp $ + $Id: index.shtml,v 1.8 2003/10/11 15:34:16 tdb Exp $ --> <html> @@ -30,6 +30,7 @@ <li><a href="#what">What is libstatgrab?</a></li> <li><a href="#download">Downloading</a></li> <li><a href="#documentation">Documentation</a></li> +<li><a href="#screenshot">Screenshot</a></li> </ul> <a name="news"><h2>News</h2></a> @@ -79,14 +80,14 @@ 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> @@ -132,6 +133,15 @@ Then we have the manual pages for each function: <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> + +<a name="screenshot"><h2>Screenshot</h2></a> + +<p> +Here's what saidar looks like when it's running: +</p> +<p> +<img src="saidar.png" alt="saidar screenshot"> </p> </font>