ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/libstatgrab/index.xhtml
(Generate patch)

Comparing web/www/libstatgrab/index.xhtml (file contents):
Revision 1.5 by tdb, Fri Oct 10 10:47:22 2003 UTC vs.
Revision 1.11 by tdb, Wed Oct 22 15:47:13 2003 UTC

# Line 30 | Line 30
30   <li><a href="#what">What is libstatgrab?</a></li>
31   <li><a href="#download">Downloading</a></li>
32   <li><a href="#documentation">Documentation</a></li>
33 + <li><a href="#screenshot">Screenshot</a></li>
34   </ul>
35  
36   <a name="news"><h2>News</h2></a>
37  
38   <p>
39 + <b>Wednesday 22 October 2003</b><br><br>
40 + Version 0.7 of libstatgrab has been released.<br>
41 + Download it
42 + <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.7.tar.gz">here</a>.
43 + The most significant change in this release is support for NetBSD
44 + 1.6.x. Parts of the FreeBSD code have been optimised, and an initialise
45 + function has been added to allow programs to drop any extra privileges
46 + libstatgrab needs. The list of known file systems has been increased,
47 + and libstatgrab has been tested on even more platforms.  Finally,
48 + saidar has been tweaked to work even if it can't get all the
49 + statistics.
50 + </p>
51 +
52 + <p>
53 + <b>Saturday 18 October 2003</b><br><br>
54 + Version 0.6.1 of libstatgrab has been released.<br>
55 + Download it
56 + <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.6.1.tar.gz">here</a>.
57 + This release brings support for FreeBSD 5 on sparc 64, and some
58 + bugfixes in FreeBSD memory statistics. Also, some fixes to saidar,
59 + and statgrab.
60 + </p>
61 +
62 + <p>
63   <b>Friday 10 October 2003</b><br><br>
64   Version 0.6 of libstatgrab has been released.<br>
65   You can download it from our mirror site
# Line 73 | Line 98 | traffic, disk I/O, and more.
98   </p>
99  
100   <p>
101 < The current list of platforms is Solaris 2.x, Linux 2.4, and FreeBSD
102 < 4.x/5.x. The aim is to extend this to include as many operating systems
103 < as possible.
101 > The current list of platforms is Solaris 2.x, Linux 2.4, FreeBSD
102 > 4.x/5.x, and NetBSD 1.6.x. The aim is to extend this to include as many
103 > operating systems as possible.
104   </p>
105  
106   <p>
107 < The package also includes a couple of useful tools. The first, saidar,
108 < provides a curses-based interface to viewing the current state of the
109 < system. The second, statgrab, gives a sysctl-style interface to the
110 < statistics gathered by libstatgrab. This extends the use of
111 < libstatgrab to people writing scripts or anything else that can't
112 < easily make C function calls. Included with statgrab is a script to
113 < generate an <a href="http://www.mrtg.org">MRTG</a> configuration file
114 < to use statgrab.
107 > The package also includes a couple of useful tools. The first,
108 > <a href="#screenshot">saidar</a>, provides a curses-based interface to
109 > viewing the current state of the system. The second, statgrab, gives a
110 > sysctl-style interface to the statistics gathered by libstatgrab. This
111 > extends the use of libstatgrab to people writing scripts or anything
112 > else that can't easily make C function calls. Included with statgrab is
113 > a script to generate an <a href="http://www.mrtg.org">MRTG</a>
114 > configuration file to use statgrab.
115   </p>
116  
117   <a name="download"><h2>Downloading</h2></a>
# Line 132 | Line 157 | Then we have the manual pages for each function:
157   <li><a href="get_process_stats.html">get_process_stats(3)</a></li>
158   <li><a href="get_user_stats.html">get_user_stats(3)</a></li>
159   </ul>
160 + </p>
161 +
162 + <a name="screenshot"><h2>Screenshot</h2></a>
163 +
164 + <p>
165 + Here's what saidar looks like when it's running:
166 + </p>
167 + <p>
168 + <img src="saidar.png" alt="saidar screenshot">
169   </p>
170  
171   </font>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines