ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/libstatgrab/index.xhtml
Revision: 1.20
Committed: Tue Mar 23 20:22:42 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.19: +2 -5 lines
Log Message:
Move to .xhtml files instead of .shtml. They still use SSI.

We're now validating as XHTML 1.1 (or, at least we will be when I've tested
every page of the site to make sure it validates). I've put the necessary
frigs in the webserver so it returns the content-type as text/html if the
web browser doesn't make any claims to know about application/xhtml+xml
(which is the content type defined by the XHTML standards).

File Contents

# Content
1 <!--#include virtual="/doctype.inc" -->
2
3 <head>
4 <title>i-scream libstatgrab homepage</title>
5 <!--#include virtual="/style.inc" -->
6 </head>
7
8 <body>
9
10 <div id="container">
11
12 <div id="main">
13
14 <!--#include virtual="/header.inc" -->
15
16 <div id="contents">
17
18 <h1 class="top">i-scream libstatgrab homepage</h1>
19
20 <div id="topnav">
21 <ul>
22 <li><a href="#news">News</a></li>
23 <li><a href="#what">What is libstatgrab?</a></li>
24 <li><a href="#download">Downloading</a></li>
25 <li><a href="#documentation">Documentation</a></li>
26 <li><a href="#screenshot">Screenshot</a></li>
27 </ul>
28 </div>
29
30 <h2><a name="news">News</a></h2>
31
32 <p>
33 To get notifications of new libstatgrab releases why not subscribe
34 to our project over on <a href="http://freshmeat.net/projects/libstatgrab/">
35 freshmeat</a>?
36 </p>
37
38 <h3>Sunday 21 March 2004</h3>
39 <p>
40 pystatgrab, a new package containing a set of Python bindings,
41 has been released. Check out it's <a href="/pystatgrab/">project
42 page</a>.
43 </p>
44
45 <h3>Wednesday 10 March 2004</h3>
46 <p>
47 Version 0.9 of libstatgrab has been released.<br/>
48 Download it
49 <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.9.tar.gz">here</a>.
50 </p>
51 <p>
52 This release brings new features and new platforms. We've added
53 information about network interfaces (duplex, speed, etc) along
54 with further statistics such as i/o packets, i/o errors, and
55 collisions. Support has also been added for OpenBSD and DragonFly
56 BSD. Finally some work has been done to reduce the platforms on
57 which libstatgrab needs elevated privileges. See the NEWS file for
58 more information.
59 </p>
60
61 <h3>Wednesday 11 February 2004</h3>
62 <p>
63 Version 0.8.2 of libstatgrab has been released.<br/>
64 Download it
65 <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.8.2.tar.gz">here</a>.
66 </p>
67 <p>
68 The main focus of this release is adding support for Solaris 6.
69 We've also added Python bindings so you can use libstatgrab directly
70 from Python (see the extras directory). Finally, we've tidied up a
71 few bits of the code.
72 </p>
73
74 <h3>Wednesday 21 January 2004</h3>
75 <p>
76 Version 0.8.1 of libstatgrab has been released.<br/>
77 Download it
78 <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.8.1.tar.gz">here</a>.
79 </p>
80 <p>
81 This release primarily fixes bugs. On Linux a file descriptor leak was
82 fixed. On Solaris some significant speed increases were made to the
83 disk mapping code, along with some bug fixes for Solaris 7 platforms.
84 Also, the library part of libstatgrab (but not the tools) is now
85 released under the LGPL instead of the GPL.
86 </p>
87
88 <h3>Tuesday 6 January 2004</h3>
89 <p>
90 Version 0.8 of libstatgrab has been released.<br/>
91 Download it
92 <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.8.tar.gz">here</a>.
93 </p>
94 <p>
95 This release brings support for Linux 2.6 and partial support for Cygwin.
96 On Solaris libstatgrab now returns disk names using cNtNdNsN names rather
97 than the older sdN names. There are also a bunch of fixes and optimisations
98 in various places. Finally, a new function has been added to make it
99 quicker to drop any elevated privileges libstatgrab may require on some
100 operating systems.
101 </p>
102
103 <h3>Wednesday 22 October 2003</h3>
104 <p>
105 Version 0.7 of libstatgrab has been released.<br/>
106 Download it
107 <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.7.tar.gz">here</a>.
108 </p>
109 <p>
110 The most significant change in this release is support for NetBSD
111 1.6.x. Parts of the FreeBSD code have been optimised, and an initialise
112 function has been added to allow programs to drop any extra privileges
113 libstatgrab needs. The list of known file systems has been increased,
114 and libstatgrab has been tested on even more platforms. Finally,
115 saidar has been tweaked to work even if it can't get all the
116 statistics.
117 </p>
118
119 <h3>Saturday 18 October 2003</h3>
120 <p>
121 Version 0.6.1 of libstatgrab has been released.<br/>
122 Download it
123 <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.6.1.tar.gz">here</a>.
124 </p>
125 <p>
126 This release brings support for FreeBSD 5 on sparc 64, and some
127 bugfixes in FreeBSD memory statistics. Also, some fixes to saidar,
128 and statgrab.
129 </p>
130
131 <h3>Friday 10 October 2003</h3>
132 <p>
133 Version 0.6 of libstatgrab has been released.<br/>
134 You can download it from our mirror site
135 <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.6.tar.gz">here</a>.
136 </p>
137 <p>
138 This release includes some exciting new tools, support for FreeBSD
139 5.1, and documentation in manpages. Plus some major bugfixes and
140 packaging enhancements.
141 </p>
142
143 <h3>Tuesday 09 September 2003</h3>
144 <p>
145 We're pleased to announce a new release of libstatgrab.<br/>
146 You can download version 0.5.1 from
147 <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.5.1.tar.gz">here</a>.
148 </p>
149
150 <h3>Monday 25 August 2003</h3>
151 <p>
152 We're pleased to announce a new release of libstatgrab.<br/>
153 You can download version 0.5 from
154 <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.5.tar.gz">here</a>.
155 </p>
156 <p>
157 This release provides both documentation and examples, which
158 we hope will make the package more useable. Stay tuned for the
159 next release with some useful tools.
160 </p>
161
162 <h2><a name="what">What is libstatgrab?</a></h2>
163
164 <p>
165 libstatgrab is a library that provides cross platform access to
166 statistics about the system on which it's run. It's written in C and
167 presents a selection of useful interfaces which can be used to access
168 key system statistics. The current list of statistics includes CPU
169 usage, memory utilisation, disk usage, process counts, network
170 traffic, disk I/O, and more.
171 </p>
172
173 <p>
174 The current list of platforms is Solaris 2.x, Linux 2.2/2.4/2.6,
175 FreeBSD 4.x/5.x, NetBSD 1.6.x, OpenBSD 3.x, DragonFly BSD 1.0, and
176 Cygwin. The aim is to extend this to include as many operating
177 systems as possible.
178 </p>
179
180 <p>
181 The package also includes a couple of useful tools. The first,
182 <a href="#screenshot">saidar</a>, provides a curses-based interface to
183 viewing the current state of the system. The second, statgrab, gives a
184 sysctl-style interface to the statistics gathered by libstatgrab. This
185 extends the use of libstatgrab to people writing scripts or anything
186 else that can't easily make C function calls. Included with statgrab is
187 a script to generate an <a href="http://www.mrtg.org">MRTG</a>
188 configuration file to use statgrab.
189 </p>
190
191 <h2><a name="download">Downloading</a></h2>
192
193 <p>
194 The latest version of libstatgrab can be downloaded from our
195 primary download
196 <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/">mirror</a>.
197 All downloads are pgp signed using our <a href="/pgpkey.xhtml">PGP Key</a>.
198 </p>
199
200 <p>
201 For installation instructions see the README and INSTALL files
202 contained within the archive. If you're using
203 <a href="http://www.freebsd.org">FreeBSD</a> you can make use of the
204 <a href="http://www.freshports.org/devel/libstatgrab">devel/libstatgrab</a>
205 port to install libstatgrab for you.
206 </p>
207
208 <h2><a name="documentation">Documentation</a></h2>
209
210 <p>
211 The only online documentation we have at the moment is the manual
212 pages converted in to HTML format. It's probably best to start with
213 the overview manual page:
214 </p>
215
216 <ul>
217 <li><a href="statgrab.html">statgrab(3)</a></li>
218 </ul>
219
220 <p>
221 Then we have the manual pages for each function:
222 </p>
223
224 <ul>
225 <li><a href="cpu_percent_usage.html">cpu_percent_usage(3)</a></li>
226 <li><a href="get_diskio_stats.html">get_diskio_stats(3)</a></li>
227 <li><a href="get_general_stats.html">get_general_stats(3)</a></li>
228 <li><a href="get_load_stats.html">get_load_stats(3)</a></li>
229 <li><a href="get_memory_stats.html">get_memory_stats(3)</a></li>
230 <li><a href="get_network_iface_stats.html">get_network_iface_stats(3)</a></li>
231 <li><a href="get_network_stats.html">get_network_stats(3)</a></li>
232 <li><a href="get_page_stats.html">get_page_stats(3)</a></li>
233 <li><a href="get_process_stats.html">get_process_stats(3)</a></li>
234 <li><a href="get_user_stats.html">get_user_stats(3)</a></li>
235 </ul>
236
237 <h2><a name="screenshot">Screenshot</a></h2>
238
239 <p>
240 Here's what saidar looks like when it's running:
241 </p>
242 <p>
243 <img src="saidar.png" alt="saidar screenshot" />
244 </p>
245 </div>
246
247 <!--#include virtual="/footer.inc" -->
248
249 </div>
250
251 <!--#include virtual="/menu.inc" -->
252
253 </div>
254
255 </body>
256 </html>