ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/NEWS
(Generate patch)

Comparing projects/libstatgrab/NEWS (file contents):
Revision 1.25 by tdb, Tue Mar 9 12:25:38 2004 UTC vs.
Revision 1.34 by tdb, Mon Nov 8 18:45:25 2004 UTC

# Line 3 | Line 3 | http://www.i-scream.org/libstatgrab/
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.
27 +
28 + libstatgrab 0.10.1 (26 July 2004)
29 +
30 + * Use DESTDIR correctly when setting permissions at install time.
31 + * Fix disk stats to work with OpenBSD 3.5.
32 + * Fix disk stats on NetBSD 2.0 (statvfs instead of statfs).
33 + * Fix memory leak in process stats on NetBSD 2.0.
34 + * Add vxfs (Veritas filesystem) to list of known filesystems
35 +   on Solaris.
36 + * Add more variables to the pkg-config file to suggest suitable
37 +   ownership and permissions for binaries using libstatgrab.
38 + * Make sure statgrab.h can safely be included twice.
39 + * Fix statgrab to display network interface names even if they
40 +   don't have IO stats (like the loopback interface on Solaris).
41 + * Add error reporting function that grabs errno.
42 +
43 + libstatgrab 0.10 (20 May 2004)
44 +
45 + * All function and structure names now follow a standardised
46 +   naming scheme. This will break compatibility with existing
47 +   programs. To use pre-0.10 compatibility functions:
48 +
49 +     #define SG_ENABLE_DEPRECATED
50 +     #include <statgrab.h>
51 +
52 + * New process stats function added to provide full details
53 +   on currently running processes. See sg_get_process_stats
54 +   for details.
55 + * Compare functions provided for process, network, and disk io
56 +   statistics. These can be used with qsort.
57 + * Error reporting functions added. See sg_get_error and
58 +   associated functions.
59 + * Support added for NetBSD 2.0.
60 + * Lots of code tidying.
61 + * Python bindings now exist in a separate package:
62 +     http://www.i-scream.org/pystatgrab/
63 +
64   libstatgrab 0.9 (10 March 2004)
65  
66   * Added network interface information:
# Line 80 | Line 138 | libstatgrab 0.5.1 (09 September 2003)
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.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines