| 3 |
|
|
| 4 |
|
$Id$ |
| 5 |
|
|
| 6 |
< |
libstatgrab 0.10.3 (23 August 2004) |
| 6 |
> |
libstatgrab 0.11.1 (03 March 2005) |
| 7 |
> |
* Add NFS to list of supported filesystems. |
| 8 |
> |
* Fix reporting of network interface duplex settings on Linux. |
| 9 |
> |
* Fix saidar to support negative FS usage. |
| 10 |
|
|
| 11 |
< |
* Add -f flag to statgrab to display floating-point numbers multiplied |
| 12 |
< |
by an integer. |
| 13 |
< |
* Add -K, -M and -G flags to statgrab to show byte counts in kibibytes, |
| 14 |
< |
mebibytes or gibibytes. |
| 15 |
< |
* Make statgrab-make-mrtg-config use the new flags to scale extremely |
| 16 |
< |
large or small numbers so that mrtg can handle them. |
| 14 |
< |
* Make statgrab-make-mrtg-config automatically detect network interface |
| 15 |
< |
speeds. |
| 11 |
> |
libstatgrab 0.11 (09 November 2004) |
| 12 |
> |
* Add support for HP-UX 11.11. |
| 13 |
> |
(Patches provided by Roy Keene) |
| 14 |
> |
* Minor fixes to statgrab mrtg tools. |
| 15 |
> |
* Minor fixes to saidar. |
| 16 |
> |
* Minor code cleanups and fixes to libstatgrab. |
| 17 |
|
|
| 18 |
+ |
libstatgrab 0.10.3 (24 August 2004) |
| 19 |
+ |
|
| 20 |
+ |
* Add -f flag to statgrab to display floating-point numbers multiplied |
| 21 |
+ |
by an integer. |
| 22 |
+ |
* Add -K, -M and -G flags to statgrab to show byte counts in kibibytes, |
| 23 |
+ |
mebibytes or gibibytes. |
| 24 |
+ |
* Make statgrab-make-mrtg-config use the new flags to scale extremely |
| 25 |
+ |
large or small numbers so that mrtg can handle them. |
| 26 |
+ |
* Make statgrab-make-mrtg-config automatically detect network interface |
| 27 |
+ |
speeds. |
| 28 |
+ |
* Add support for FreeBSD 6.0-CURRENT. |
| 29 |
+ |
|
| 30 |
|
libstatgrab 0.10.2 (27 July 2004) |
| 31 |
|
|
| 32 |
|
* Fix shared library version that when backwards in 0.10.1. |
| 144 |
|
* Network stats wrap-around bug fixed on Linux and FreeBSD |
| 145 |
|
* Linux now reads disk information from /proc/partitions if available. |
| 146 |
|
This results in it getting data for all the disks. |
| 147 |
< |
* An additional tool, statgrab, has been added to allow external programs |
| 147 |
> |
* An additional tool, statgrab, has been added to allow external programs |
| 148 |
|
to easily parse statistics generated by libstatgrab. |
| 149 |
|
* Scripts to generate MRTG (www.mrtg.org) configs with statgrab have |
| 150 |
|
been added. This allows graphs to be generated from system stats. |