1 |
< |
libstatgrab is a library for collecting system statistics for use in |
2 |
< |
other programs. It is designed to work on Solaris, Linux, and FreeBSD. |
1 |
> |
libstatgrab 0.7 (21 October 2003) |
2 |
> |
|
3 |
> |
* Support for NetBSD 1.6.x. |
4 |
> |
* FreeBSD code optimised. |
5 |
> |
* Initialise function allows programs to drop extra privileges (on *BSD). |
6 |
> |
* saidar now works even if it can't get all statistics. |
7 |
> |
* List of known file systems increased on Linux and *BSD. |
8 |
> |
* Minor bug fixes. |
9 |
> |
|
10 |
> |
libstatgrab 0.6.1 (18 October 2003) |
11 |
> |
|
12 |
> |
* Support for FreeBSD 5.1/sparc64. |
13 |
> |
* Bugs fixed in FreeBSD memory statistics. |
14 |
> |
* saidar displays disk percentages more "correctly". |
15 |
> |
* Bug fixed displaying hostname in saidar. |
16 |
> |
* statgrab now handles unusual /dev layouts more gracefully. |
17 |
> |
* Minor packaging changes. |
18 |
> |
|
19 |
> |
libstatgrab 0.6 (09 October 2003) |
20 |
> |
|
21 |
> |
* saidar, a curses-based tool, has been added to give an overview of |
22 |
> |
the current system statistics. |
23 |
> |
* Added support for FreeBSD 5.1. |
24 |
> |
* Documentation is now available in manpages. |
25 |
> |
* Fixed major bug in the FreeBSD diskio stats. |
26 |
> |
* Added a .pc file for pkgconfig. |
27 |
> |
|
28 |
> |
libstatgrab 0.5.1 (09 September 2003) |
29 |
> |
|
30 |
> |
* Network stats wrap-around bug fixed on Linux and FreeBSD |
31 |
> |
* Linux now reads disk information from /proc/partitions if available. |
32 |
> |
This results in it getting data for all the disks. |
33 |
> |
* An additional tool, statgrab, has been added to allow external programs |
34 |
> |
to easily parse statistics generated by libstatgrab. |
35 |
> |
* Scripts to generate MRTG (www.mrtg.org) configs with statgrab have |
36 |
> |
been added. This allows graphs to be generated from system stats. |
37 |
> |
|
38 |
> |
libstatgrab 0.5 (25 August 2003) |
39 |
> |
|
40 |
> |
* Fixed a bug with process stats on FreeBSD. |
41 |
> |
* Added documentation in 'docs' directory. |
42 |
> |
* Added examples in 'examples' directory. |
43 |
> |
|
44 |
> |
libstatgrab 0.4 (09 April 2003) |
45 |
> |
|
46 |
> |
* Support added for FreeBSD 4.x (not tested on 5.x). |
47 |
> |
|
48 |
> |
libstatgrab 0.3.4 (31 March 2003) |
49 |
> |
|
50 |
> |
* Fixed memory leak, and file descriptor leak on linux. |
51 |
> |
|
52 |
> |
libstatgrab 0.3.3 (22 March 2003) |
53 |
> |
|
54 |
> |
* Network statistics wraparound code was broken on interfaces that |
55 |
> |
transfered no data - typically second interfaces that weren't |
56 |
> |
connected. |
57 |
> |
|
58 |
> |
libstatgrab 0.3.2 (21 March 2003) |
59 |
> |
|
60 |
> |
* Network statistics wraparound fix. |
61 |
> |
|
62 |
> |
libstatgrab 0.3.1 (12 March 2003) |
63 |
> |
|
64 |
> |
* Fixed network statistics on Solaris 7 or below. |
65 |
> |
* Disk IO statistics are correctly reported. |
66 |
> |
|
67 |
> |
libstatgrab 0.3 (10 March 2003) |
68 |
> |
|
69 |
> |
* Support added for Linux with a 2.4 kernel. |
70 |
> |
|
71 |
> |
libstatgrab 0.2 (03 March 2003) |
72 |
> |
|
73 |
> |
* Initial working release for Solaris (tested on 7, 8, and 9). |
74 |
> |
|