1 |
+ |
libstatgrab 0.7.1 (06 January 2004) |
2 |
+ |
|
3 |
+ |
* Support for Linux 2.6. |
4 |
+ |
* Support for Cygwin. |
5 |
+ |
* Use cNtNdNsN names on Solaris instead of sdN. |
6 |
+ |
* Fixes and optimisations to saidar. |
7 |
+ |
* Fixes to the --disable-saidar and --disable-statgrab configure flags. |
8 |
+ |
|
9 |
+ |
libstatgrab 0.7 (22 October 2003) |
10 |
+ |
|
11 |
+ |
* Support for NetBSD 1.6.x. |
12 |
+ |
* FreeBSD code optimised. |
13 |
+ |
* Initialise function allows programs to drop extra privileges (on *BSD). |
14 |
+ |
* saidar now works even if it can't get all statistics. |
15 |
+ |
* List of known file systems increased on Linux and *BSD. |
16 |
+ |
* Minor bug fixes. |
17 |
+ |
* Tested (and working) on Solaris 9 x86, Linux 2.2 on alpha, and |
18 |
+ |
Linux 2.4 on amd64. |
19 |
+ |
|
20 |
+ |
libstatgrab 0.6.1 (18 October 2003) |
21 |
+ |
|
22 |
+ |
* Support for FreeBSD 5.1/sparc64. |
23 |
+ |
* Bugs fixed in FreeBSD memory statistics. |
24 |
+ |
* saidar displays disk percentages more "correctly". |
25 |
+ |
* Bug fixed displaying hostname in saidar. |
26 |
+ |
* statgrab now handles unusual /dev layouts more gracefully. |
27 |
+ |
* Minor packaging changes. |
28 |
+ |
|
29 |
+ |
libstatgrab 0.6 (09 October 2003) |
30 |
+ |
|
31 |
+ |
* saidar, a curses-based tool, has been added to give an overview of |
32 |
+ |
the current system statistics. |
33 |
+ |
* Added support for FreeBSD 5.1. |
34 |
+ |
* Documentation is now available in manpages. |
35 |
+ |
* Fixed major bug in the FreeBSD diskio stats. |
36 |
+ |
* Added a .pc file for pkgconfig. |
37 |
+ |
|
38 |
+ |
libstatgrab 0.5.1 (09 September 2003) |
39 |
+ |
|
40 |
+ |
* Network stats wrap-around bug fixed on Linux and FreeBSD |
41 |
+ |
* Linux now reads disk information from /proc/partitions if available. |
42 |
+ |
This results in it getting data for all the disks. |
43 |
+ |
* An additional tool, statgrab, has been added to allow external programs |
44 |
+ |
to easily parse statistics generated by libstatgrab. |
45 |
+ |
* Scripts to generate MRTG (www.mrtg.org) configs with statgrab have |
46 |
+ |
been added. This allows graphs to be generated from system stats. |
47 |
+ |
|
48 |
|
libstatgrab 0.5 (25 August 2003) |
49 |
|
|
50 |
|
* Fixed a bug with process stats on FreeBSD. |