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> |
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 on BSD platforms. The list of known file systems has |
47 |
+ |
been increased, and libstatgrab has been tested on even more platforms. |
48 |
+ |
Finally, 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> |
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 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> |
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> |