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