# | Line 3 | Line 3 | http://www.i-scream.org/libstatgrab/ | |
---|---|---|
3 | ||
4 | $Id$ | |
5 | ||
6 | + | PLANS: We're now working towards a 1.0 release which is where we plan |
7 | + | to stabilise the API. We'll be doing test releases before hand, |
8 | + | but as always we'll like to hear about any bugs found in the |
9 | + | current release. |
10 | + | |
11 | + | libstatgrab 0.12 (31 July 2005) |
12 | + | * More details added to filesystem statistics. |
13 | + | (Patches provided by Roman Neuhauser) |
14 | + | * Rework Linux partition detection. |
15 | + | * Fix compile error in network stats on Linux 2.6. |
16 | + | (Patches provided by Scott Lampert) |
17 | + | * Change name of duplex value in network interface stats. |
18 | + | NOTE: this minor change breaks the API. |
19 | + | * Manual pages for saidar, statgrab and the other tools. |
20 | + | * Fix minor typo in statgrab usage output. |
21 | + | * Support for Solaris 10. |
22 | + | * Support for FreeBSD 7. |
23 | + | |
24 | + | libstatgrab 0.11.1 (03 March 2005) |
25 | + | * Add NFS to list of supported filesystems. |
26 | + | * Fix reporting of network interface duplex settings on Linux. |
27 | + | * Fix saidar to support negative FS usage. |
28 | + | |
29 | + | libstatgrab 0.11 (09 November 2004) |
30 | + | * Add support for HP-UX 11.11. |
31 | + | (Patches provided by Roy Keene) |
32 | + | * Minor fixes to statgrab mrtg tools. |
33 | + | * Minor fixes to saidar. |
34 | + | * Minor code cleanups and fixes to libstatgrab. |
35 | + | |
36 | + | libstatgrab 0.10.3 (24 August 2004) |
37 | + | |
38 | + | * Add -f flag to statgrab to display floating-point numbers multiplied |
39 | + | by an integer. |
40 | + | * Add -K, -M and -G flags to statgrab to show byte counts in kibibytes, |
41 | + | mebibytes or gibibytes. |
42 | + | * Make statgrab-make-mrtg-config use the new flags to scale extremely |
43 | + | large or small numbers so that mrtg can handle them. |
44 | + | * Make statgrab-make-mrtg-config automatically detect network interface |
45 | + | speeds. |
46 | + | * Add support for FreeBSD 6.0-CURRENT. |
47 | + | |
48 | libstatgrab 0.10.2 (27 July 2004) | |
49 | ||
50 | * Fix shared library version that when backwards in 0.10.1. | |
# | Line 120 | Line 162 | libstatgrab 0.5.1 (09 September 2003) | |
162 | * Network stats wrap-around bug fixed on Linux and FreeBSD | |
163 | * Linux now reads disk information from /proc/partitions if available. | |
164 | This results in it getting data for all the disks. | |
165 | < | * An additional tool, statgrab, has been added to allow external programs |
165 | > | * An additional tool, statgrab, has been added to allow external programs |
166 | to easily parse statistics generated by libstatgrab. | |
167 | * Scripts to generate MRTG (www.mrtg.org) configs with statgrab have | |
168 | been added. This allows graphs to be generated from system stats. |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |