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.1 by tdb, Sat Oct 4 18:00:57 2003 UTC vs.
Revision 1.11 by tdb, Wed Oct 22 15:47:13 2003 UTC

# Line 21 | Line 21
21      <td valign="top">
22   <!--#include virtual="../title.inc" -->
23  
24 + <font size="2" face="arial,sans-serif">
25 +
26   <h1>libstatgrab</h1>
27  
28   <ul>
# Line 28 | 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
66 + <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.6.tar.gz">here</a>.
67 + This release includes some exciting new tools, support for FreeBSD
68 + 5.1, and documentation in manpages. Plus some major bugfixes and
69 + packaging enhancements.
70 + </p>
71 +
72 + <p>
73   <b>Tuesday 09 September 2003</b><br><br>
74   We're pleased to announce a new release of libstatgrab.<br>
75   You can download version 0.5.1 from
76   <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.5.1.tar.gz">here</a>.
40 This release is primarily a bugfix release..
77   </p>
78  
79   <p>
# Line 62 | 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. The aim is to extend this to include as many operating systems as
103 < 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 writting scripts and the link. Included with
112 < statgrab is a script to generate an
113 < <a href="http://www.mrtg.org">MRTG</a> configuration file to use
114 < 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 122 | Line 158 | Then we have the manual pages for each function:
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>
172  
173   <!--#include virtual="../bottom.inc" -->
174      </td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines