# | Line 16 | Line 16 | |
---|---|---|
16 | <div id="topnav"> | |
17 | <ul> | |
18 | <li> | |
19 | < | <a href="#news">News</a> |
19 | > | <a href="#what">What is libstatgrab?</a> |
20 | </li> | |
21 | <li> | |
22 | < | <a href="#what">What is libstatgrab?</a> |
22 | > | <a href="#news">News</a> |
23 | </li> | |
24 | <li> | |
25 | <a href="#download">Downloading</a> | |
# | Line 42 | Line 42 | |
42 | </ul> | |
43 | </div> | |
44 | <h2> | |
45 | + | <a id="what">What is libstatgrab?</a> |
46 | + | </h2> |
47 | + | <p> |
48 | + | libstatgrab is a library that provides cross platform |
49 | + | access to statistics about the system on which it's run. |
50 | + | It's written in C and presents a selection of useful |
51 | + | interfaces which can be used to access key system |
52 | + | statistics. The current list of statistics includes CPU |
53 | + | usage, memory utilisation, disk usage, process counts, |
54 | + | network traffic, disk I/O, and more. |
55 | + | </p> |
56 | + | <p> |
57 | + | The current list of platforms is Solaris 2.x, Linux |
58 | + | 2.2/2.4/2.6, FreeBSD 4.x/5.x, NetBSD 1.6.x, OpenBSD 3.x, |
59 | + | DragonFly BSD 1.0, HP-UX, and Cygwin. The aim is to extend |
60 | + | this to include as many operating systems as possible. |
61 | + | </p> |
62 | + | <p> |
63 | + | The package also includes a couple of useful tools. The |
64 | + | first, <a href="#screenshot">saidar</a>, provides a |
65 | + | curses-based interface to viewing the current state of the |
66 | + | system. The second, statgrab, gives a sysctl-style |
67 | + | interface to the statistics gathered by libstatgrab. This |
68 | + | extends the use of libstatgrab to people writing scripts or |
69 | + | anything else that can't easily make C function calls. |
70 | + | Included with statgrab is a script to generate an |
71 | + | <a href="http://www.mrtg.org">MRTG</a> configuration file |
72 | + | to use statgrab. |
73 | + | </p> |
74 | + | <h2> |
75 | <a id="news">News</a> | |
76 | </h2> | |
77 | <p> | |
# | Line 50 | Line 80 | |
80 | <a href="http://freshmeat.net/projects/libstatgrab/">freshmeat</a>? | |
81 | </p> | |
82 | <h3> | |
83 | + | Sunday 31 July 2005 |
84 | + | </h3> |
85 | + | <p> |
86 | + | Version 0.12 of libstatgrab has been released.<br /> |
87 | + | Download it from one of our <a href="/mirrors.xhtml">mirrors</a>. |
88 | + | </p> |
89 | + | <p> |
90 | + | This release has some new features, bug fixes, and a minor |
91 | + | API change. More details have been added to the file |
92 | + | system statistics, linux partition detection has been |
93 | + | reworked, and compile errors on Linux 2.6 have been fixed. |
94 | + | Support has been added for Solaris 10 and FreeBSD 7. |
95 | + | There are also manual pages for all the tools. |
96 | + | </p> |
97 | + | <p> |
98 | + | The duplex value in the network interface statistics has |
99 | + | changed name from "dup" to "duplex" - this breaks the API. |
100 | + | We plan to stabilise the API for a 1.0 release. As before, |
101 | + | the old name is available if SG_ENABLE_DEPRECATED is |
102 | + | defined. |
103 | + | </p> |
104 | + | <h3> |
105 | + | Tuesday 26 April 2005 |
106 | + | </h3> |
107 | + | <p> |
108 | + | Official libstatgrab packages for Debian now |
109 | + | <a href="http://packages.debian.org/unstable/source/libstatgrab">available</a>. |
110 | + | </p> |
111 | + | <p> |
112 | + | Thanks to the work of |
113 | + | <a href="mailto:fenio@debian.org">Bartosz Fenski</a> |
114 | + | libstatgrab is now available on debian. This replaces our |
115 | + | unofficial debian packages which will no longer be |
116 | + | updated. |
117 | + | </p> |
118 | + | <h3> |
119 | Thursday 3 March 2005 | |
120 | </h3> | |
121 | <p> | |
# | Line 154 | Line 220 | |
220 | <a href="/pystatgrab/">project page</a>. | |
221 | </p> | |
222 | <h2> | |
157 | – | <a id="what">What is libstatgrab?</a> |
158 | – | </h2> |
159 | – | <p> |
160 | – | libstatgrab is a library that provides cross platform |
161 | – | access to statistics about the system on which it's run. |
162 | – | It's written in C and presents a selection of useful |
163 | – | interfaces which can be used to access key system |
164 | – | statistics. The current list of statistics includes CPU |
165 | – | usage, memory utilisation, disk usage, process counts, |
166 | – | network traffic, disk I/O, and more. |
167 | – | </p> |
168 | – | <p> |
169 | – | The current list of platforms is Solaris 2.x, Linux |
170 | – | 2.2/2.4/2.6, FreeBSD 4.x/5.x, NetBSD 1.6.x, OpenBSD 3.x, |
171 | – | DragonFly BSD 1.0, HP-UX, and Cygwin. The aim is to extend |
172 | – | this to include as many operating systems as possible. |
173 | – | </p> |
174 | – | <p> |
175 | – | The package also includes a couple of useful tools. The |
176 | – | first, <a href="#screenshot">saidar</a>, provides a |
177 | – | curses-based interface to viewing the current state of the |
178 | – | system. The second, statgrab, gives a sysctl-style |
179 | – | interface to the statistics gathered by libstatgrab. This |
180 | – | extends the use of libstatgrab to people writing scripts or |
181 | – | anything else that can't easily make C function calls. |
182 | – | Included with statgrab is a script to generate an |
183 | – | <a href="http://www.mrtg.org">MRTG</a> configuration file |
184 | – | to use statgrab. |
185 | – | </p> |
186 | – | <h2> |
223 | <a id="download">Downloading</a> | |
224 | </h2> | |
225 | <p> | |
# | Line 214 | Line 250 | |
250 | Here are links to bindings for higher level languages | |
251 | that provide access to libstatgrab. If you've written | |
252 | a binding for another language, please get | |
253 | < | <a href="mailto:dev@i-scream.org">in touch</a> so we |
253 | > | <a href="mailto:support@i-scream.org">in touch</a> so we |
254 | can add a link here. | |
255 | </p> | |
256 | <h2> | |
# | Line 231 | Line 267 | |
267 | <a href="http://www.blastwave.org/packages.php/libstatgrab">Solaris (Blastwave)</a> | |
268 | </li> | |
269 | <li> | |
270 | < | <a href="http://ftp.i-scream.org/pub/i-scream/packages/debian/">Debian (unofficial)</a> |
270 | > | <a href="http://packages.debian.org/unstable/source/libstatgrab">Debian</a> |
271 | </li> | |
272 | <li> | |
273 | <a href="ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/devel/libstatgrab/README.html">NetBSD</a> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |