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.3 by tdb, Sat Oct 4 22:31:46 2003 UTC vs.
Revision 1.12 by tdb, Sat Nov 15 16:49:15 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 + To get notifications of new libstatgrab releases why not subscribe
40 + to our project over on <a href="http://freshmeat.net/projects/libstatgrab/">
41 + freshmeat</a>?
42 + </p>
43 +
44 + <p>
45 + <b>Wednesday 22 October 2003</b><br><br>
46 + Version 0.7 of libstatgrab has been released.<br>
47 + Download it
48 + <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.7.tar.gz">here</a>.
49 + The most significant change in this release is support for NetBSD
50 + 1.6.x. Parts of the FreeBSD code have been optimised, and an initialise
51 + function has been added to allow programs to drop any extra privileges
52 + libstatgrab needs. The list of known file systems has been increased,
53 + and libstatgrab has been tested on even more platforms.  Finally,
54 + saidar has been tweaked to work even if it can't get all the
55 + statistics.
56 + </p>
57 +
58 + <p>
59 + <b>Saturday 18 October 2003</b><br><br>
60 + Version 0.6.1 of libstatgrab has been released.<br>
61 + Download it
62 + <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.6.1.tar.gz">here</a>.
63 + This release brings support for FreeBSD 5 on sparc 64, and some
64 + bugfixes in FreeBSD memory statistics. Also, some fixes to saidar,
65 + and statgrab.
66 + </p>
67 +
68 + <p>
69 + <b>Friday 10 October 2003</b><br><br>
70 + Version 0.6 of libstatgrab has been released.<br>
71 + You can download it from our mirror site
72 + <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.6.tar.gz">here</a>.
73 + This release includes some exciting new tools, support for FreeBSD
74 + 5.1, and documentation in manpages. Plus some major bugfixes and
75 + packaging enhancements.
76 + </p>
77 +
78 + <p>
79   <b>Tuesday 09 September 2003</b><br><br>
80   We're pleased to announce a new release of libstatgrab.<br>
81   You can download version 0.5.1 from
82   <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.5.1.tar.gz">here</a>.
42 This release is primarily a bugfix release..
83   </p>
84  
85   <p>
# Line 64 | Line 104 | traffic, disk I/O, and more.
104   </p>
105  
106   <p>
107 < The current list of platforms is Solaris 2.x, Linux 2.4, and FreeBSD
108 < 4.x. The aim is to extend this to include as many operating systems as
109 < possible.
107 > The current list of platforms is Solaris 2.x, Linux 2.4, FreeBSD
108 > 4.x/5.x, and NetBSD 1.6.x. The aim is to extend this to include as many
109 > operating systems as possible.
110   </p>
111  
112   <p>
113 < The package also includes a couple of useful tools. The first, saidar,
114 < provides a curses-based interface to viewing the current state of the
115 < system. The second, statgrab, gives a sysctl-style interface to the
116 < statistics gathered by libstatgrab. This extends the use of
117 < libstatgrab to people writing scripts or anything else that can't
118 < easily make C function calls. Included with statgrab is a script to
119 < generate an <a href="http://www.mrtg.org">MRTG</a> configuration file
120 < to use statgrab.
113 > The package also includes a couple of useful tools. The first,
114 > <a href="#screenshot">saidar</a>, provides a curses-based interface to
115 > viewing the current state of the system. The second, statgrab, gives a
116 > sysctl-style interface to the statistics gathered by libstatgrab. This
117 > extends the use of libstatgrab to people writing scripts or anything
118 > else that can't easily make C function calls. Included with statgrab is
119 > a script to generate an <a href="http://www.mrtg.org">MRTG</a>
120 > configuration file to use statgrab.
121   </p>
122  
123   <a name="download"><h2>Downloading</h2></a>
# Line 123 | Line 163 | Then we have the manual pages for each function:
163   <li><a href="get_process_stats.html">get_process_stats(3)</a></li>
164   <li><a href="get_user_stats.html">get_user_stats(3)</a></li>
165   </ul>
166 + </p>
167 +
168 + <a name="screenshot"><h2>Screenshot</h2></a>
169 +
170 + <p>
171 + Here's what saidar looks like when it's running:
172 + </p>
173 + <p>
174 + <img src="saidar.png" alt="saidar screenshot">
175   </p>
176  
177   </font>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines