subscribe to our project over on
<a href="http://freshmeat.net/projects/libstatgrab/">freshmeat</a>?
</p>
+ <h3>
+ Thursday 20 May 2004
+ </h3>
+ <p>
+ Version 0.10 of libstatgrab has been released.<br />
+ Download it
+ <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.10.tar.gz">
+ here</a>.
+ </p>
+ <p>
+ This release concentrates heavily on standardising the names
+ of functions and structures throughout libstatgrab. Although
+ this will mean changes for existing programs, in the long run
+ we hope it'll make things both clearer and easier. However,
+ for those who still need the old functions we have provided
+ compatibility wrappers. See the NEWS file for details.
+ </p>
+ <p>
+ The other main change in this release is a new function to
+ provide full details on currently running processes. See the
+ documentation for sg_get_process_stats for details. Along with
+ this there are compare functions for use with qsort for sorting
+ process, network, and disk io statistics. We've also introduced
+ error reporting functions that allow calling applications to
+ see why libstatgrab has returned a failure. See sg_get_error.
+ </p>
+ <p>
+ Finally, we've added support for NetBSD 2.0 and tidied up lots
+ of areas of the code. This release does not include the python
+ bindings - they're now available as their own project called
+ <a href="/pystatgrab/">pystatgrab</a>.
+ </p>
<h3>
Sunday 21 March 2004
</h3>
</p>
<ul>
<li>
- <a href="cpu_percent_usage.html">cpu_percent_usage(3)</a>
+ <a href="sg_get_cpu_stats.html">sg_get_cpu_stats(3)</a>
+ </li>
+ <li>
+ <a href="sg_get_disk_io_stats.html">sg_get_disk_io_stats(3)</a>
</li>
<li>
- <a href="get_diskio_stats.html">get_diskio_stats(3)</a>
+ <a href="sg_get_fs_stats.html">sg_get_fs_stats(3)</a>
</li>
<li>
- <a href="get_general_stats.html">get_general_stats(3)</a>
+ <a href="sg_get_host_info.html">sg_get_host_info(3)</a>
</li>
<li>
- <a href="get_load_stats.html">get_load_stats(3)</a>
+ <a href="sg_get_load_stats.html">sg_get_load_stats(3)</a>
</li>
<li>
- <a href="get_memory_stats.html">get_memory_stats(3)</a>
+ <a href="sg_get_mem_stats.html">sg_get_mem_stats(3)</a>
</li>
<li>
- <a href="get_network_iface_stats.html">get_network_iface_stats(3)</a>
+ <a href="sg_get_network_iface_stats.html">sg_get_network_iface_stats(3)</a>
</li>
<li>
- <a href="get_network_stats.html">get_network_stats(3)</a>
+ <a href="sg_get_network_io_stats.html">sg_get_network_io_stats(3)</a>
</li>
<li>
- <a href="get_page_stats.html">get_page_stats(3)</a>
+ <a href="sg_get_page_stats.html">sg_get_page_stats(3)</a>
</li>
<li>
- <a href="get_process_stats.html">get_process_stats(3)</a>
+ <a href="sg_get_process_stats.html">sg_get_process_stats(3)</a>
</li>
<li>
- <a href="get_user_stats.html">get_user_stats(3)</a>
+ <a href="sg_get_user_stats.html">sg_get_user_stats(3)</a>
</li>
</ul>
<h2>