| 3 |
|
|
| 4 |
|
$Id$ |
| 5 |
|
|
| 6 |
+ |
libstatgrab 0.11 (09 November 2004) |
| 7 |
+ |
* Add support for HP-UX 11.11. |
| 8 |
+ |
(Patches provided by Roy Keene) |
| 9 |
+ |
* Minor fixes to statgrab mrtg tools. |
| 10 |
+ |
* Minor fixes to saidar. |
| 11 |
+ |
* Minor code cleanups and fixes to libstatgrab. |
| 12 |
+ |
|
| 13 |
+ |
libstatgrab 0.10.3 (24 August 2004) |
| 14 |
+ |
|
| 15 |
+ |
* Add -f flag to statgrab to display floating-point numbers multiplied |
| 16 |
+ |
by an integer. |
| 17 |
+ |
* Add -K, -M and -G flags to statgrab to show byte counts in kibibytes, |
| 18 |
+ |
mebibytes or gibibytes. |
| 19 |
+ |
* Make statgrab-make-mrtg-config use the new flags to scale extremely |
| 20 |
+ |
large or small numbers so that mrtg can handle them. |
| 21 |
+ |
* Make statgrab-make-mrtg-config automatically detect network interface |
| 22 |
+ |
speeds. |
| 23 |
+ |
* Add support for FreeBSD 6.0-CURRENT. |
| 24 |
+ |
|
| 25 |
+ |
libstatgrab 0.10.2 (27 July 2004) |
| 26 |
+ |
|
| 27 |
+ |
* Fix shared library version that when backwards in 0.10.1. |
| 28 |
+ |
|
| 29 |
+ |
libstatgrab 0.10.1 (26 July 2004) |
| 30 |
+ |
|
| 31 |
+ |
* Use DESTDIR correctly when setting permissions at install time. |
| 32 |
+ |
* Fix disk stats to work with OpenBSD 3.5. |
| 33 |
+ |
* Fix disk stats on NetBSD 2.0 (statvfs instead of statfs). |
| 34 |
+ |
* Fix memory leak in process stats on NetBSD 2.0. |
| 35 |
+ |
* Add vxfs (Veritas filesystem) to list of known filesystems |
| 36 |
+ |
on Solaris. |
| 37 |
+ |
* Add more variables to the pkg-config file to suggest suitable |
| 38 |
+ |
ownership and permissions for binaries using libstatgrab. |
| 39 |
+ |
* Make sure statgrab.h can safely be included twice. |
| 40 |
+ |
* Fix statgrab to display network interface names even if they |
| 41 |
+ |
don't have IO stats (like the loopback interface on Solaris). |
| 42 |
+ |
* Add error reporting function that grabs errno. |
| 43 |
+ |
|
| 44 |
|
libstatgrab 0.10 (20 May 2004) |
| 45 |
|
|
| 46 |
|
* All function and structure names now follow a standardised |
| 139 |
|
* Network stats wrap-around bug fixed on Linux and FreeBSD |
| 140 |
|
* Linux now reads disk information from /proc/partitions if available. |
| 141 |
|
This results in it getting data for all the disks. |
| 142 |
< |
* An additional tool, statgrab, has been added to allow external programs |
| 142 |
> |
* An additional tool, statgrab, has been added to allow external programs |
| 143 |
|
to easily parse statistics generated by libstatgrab. |
| 144 |
|
* Scripts to generate MRTG (www.mrtg.org) configs with statgrab have |
| 145 |
|
been added. This allows graphs to be generated from system stats. |