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