# | Line 1 | Line 1 | |
---|---|---|
1 | < | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
1 | > | <!--#include virtual="/doctype.inc" --> |
2 | ||
3 | – | <!-- |
4 | – | $Author$ |
5 | – | $Id$ |
6 | – | --> |
7 | – | |
8 | – | <html> |
9 | – | |
3 | <head> | |
4 | < | <title>i-scream libstatgrab homepage</title> |
4 | > | <title>i-scream libstatgrab homepage</title> |
5 | > | <!--#include virtual="/style.inc" --> |
6 | </head> | |
7 | ||
8 | < | <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066"> |
8 | > | <body> |
9 | ||
10 | < | <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" --> |
10 | > | <div id="container"> |
11 | ||
12 | < | <font size="2" face="arial,sans-serif"> |
12 | > | <div id="main"> |
13 | ||
14 | < | <h1>libstatgrab</h1> |
14 | > | <!--#include virtual="/header.inc" --> |
15 | ||
16 | < | <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> |
16 | > | <div id="contents"> |
17 | ||
18 | < | <a name="news"><h2>News</h2></a> |
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 | < | <b>Wednesday 22 October 2003</b><br><br> |
34 | < | Version 0.7 of libstatgrab has been released.<br> |
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 on BSD platforms. The list of known file systems has |
114 | < | been increased, and libstatgrab has been tested on even more platforms. |
115 | < | Finally, saidar has been tweaked to work even if it can't get all the |
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 | < | <b>Saturday 18 October 2003</b><br><br> |
54 | < | Version 0.6.1 of libstatgrab has been released.<br> |
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 | < | <b>Friday 10 October 2003</b><br><br> |
64 | < | Version 0.6 of libstatgrab has been released.<br> |
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 | < | <b>Tuesday 09 September 2003</b><br><br> |
74 | < | We're pleased to announce a new release of libstatgrab.<br> |
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 | < | <b>Monday 25 August 2003</b><br><br> |
81 | < | We're pleased to announce a new release of libstatgrab.<br> |
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 | < | <a name="what"><h2>What is libstatgrab?</h2></a> |
162 | > | <h2><a name="what">What is libstatgrab?</a></h2> |
163 | ||
164 | <p> | |
165 | libstatgrab is a library that provides cross platform access to | |
# | Line 98 | Line 171 | traffic, disk I/O, and more. | |
171 | </p> | |
172 | ||
173 | <p> | |
174 | < | The current list of platforms is Solaris 2.x, Linux 2.4, FreeBSD |
175 | < | 4.x/5.x, and NetBSD 1.6.x. The aim is to extend this to include as many |
176 | < | operating systems as possible. |
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> | |
# | Line 114 | Line 188 | a script to generate an <a href="http://www.mrtg.org"> | |
188 | configuration file to use statgrab. | |
189 | </p> | |
190 | ||
191 | < | <a name="download"><h2>Downloading</h2></a> |
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.shtml">PGP Key</a>. |
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> | |
# | Line 131 | Line 205 | contained within the archive. If you're using | |
205 | port to install libstatgrab for you. | |
206 | </p> | |
207 | ||
208 | < | <a name="documentation"><h2>Documentation</h2></a> |
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> | |
144 | – | </p> |
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> | |
# | Line 152 | Line 227 | Then we have the manual pages for each function: | |
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> | |
160 | – | </p> |
236 | ||
237 | < | <a name="screenshot"><h2>Screenshot</h2></a> |
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"> |
243 | > | <img src="saidar.png" alt="saidar screenshot" /> |
244 | </p> | |
245 | + | </div> |
246 | ||
247 | < | </font> |
247 | > | <!--#include virtual="/footer.inc" --> |
248 | ||
249 | < | <!--#include virtual="../bottom.inc" --> |
250 | < | </td> |
251 | < | </tr> |
252 | < | </table> |
249 | > | </div> |
250 | > | |
251 | > | <!--#include virtual="/menu.inc" --> |
252 | > | |
253 | > | </div> |
254 | ||
255 | </body> | |
256 | </html> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |