--- web/www/libstatgrab/index.xhtml 2004/03/31 21:44:00 1.23 +++ web/www/libstatgrab/index.xhtml 2004/06/20 14:29:29 1.25 @@ -25,6 +25,9 @@ <a href="#download">Downloading</a> </li> <li> + <a href="#bindings">Language Bindings</a> + </li> + <li> <a href="#development">Development</a> </li> <li> @@ -44,6 +47,38 @@ <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> @@ -241,6 +276,27 @@ devel/libstatgrab</a> port to install libstatgrab for you. </p> <h2> + <a id="bindings">Language Bindings</a> + </h2> + <ul> + <li> + <a href="/pystatgrab/">Python</a> + </li> + <li> + <a href="http://pecl.php.net/statgrab/">PHP (external)</a> + </li> + <li> + <a href="http://search.cpan.org/dist/Unix-Statgrab/">Perl (external)</a> + </li> + </ul> + <p> + Here are links to bindings for higher level languages + that provide access to libstatgrab. If you've written + a binding for another language, please get + <a href="mailto:dev@i-scream.org">in touch</a> so we + can add a link here. + </p> + <h2> <a id="development">Development</a> </h2> <ul> @@ -249,9 +305,9 @@ </li> </ul> <p> - We develop libstatgrab using the CVS revision control system. + We develop libstatgrab using the CVS revision control system. Using this link you can see what changes we've made this week. - For more information on our CVS setup see our + For more information on our CVS setup see our <a href="/cvs.xhtml">CVS page</a>. </p> <h2> @@ -272,34 +328,37 @@ </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="get_diskio_stats.html">get_diskio_stats(3)</a> + <a href="sg_get_disk_io_stats.html">sg_get_disk_io_stats(3)</a> </li> <li> - <a href="get_general_stats.html">get_general_stats(3)</a> + <a href="sg_get_fs_stats.html">sg_get_fs_stats(3)</a> </li> <li> - <a href="get_load_stats.html">get_load_stats(3)</a> + <a href="sg_get_host_info.html">sg_get_host_info(3)</a> </li> <li> - <a href="get_memory_stats.html">get_memory_stats(3)</a> + <a href="sg_get_load_stats.html">sg_get_load_stats(3)</a> </li> <li> - <a href="get_network_iface_stats.html">get_network_iface_stats(3)</a> + <a href="sg_get_mem_stats.html">sg_get_mem_stats(3)</a> </li> <li> - <a href="get_network_stats.html">get_network_stats(3)</a> + <a href="sg_get_network_iface_stats.html">sg_get_network_iface_stats(3)</a> </li> <li> - <a href="get_page_stats.html">get_page_stats(3)</a> + <a href="sg_get_network_io_stats.html">sg_get_network_io_stats(3)</a> </li> <li> - <a href="get_process_stats.html">get_process_stats(3)</a> + <a href="sg_get_page_stats.html">sg_get_page_stats(3)</a> </li> <li> - <a href="get_user_stats.html">get_user_stats(3)</a> + <a href="sg_get_process_stats.html">sg_get_process_stats(3)</a> + </li> + <li> + <a href="sg_get_user_stats.html">sg_get_user_stats(3)</a> </li> </ul> <h2>