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.6 (09 October 2003) |
2 |
> |
|
3 |
> |
* saidar, a curses-based tool, has been added to give an overview of |
4 |
> |
the current system statistics. |
5 |
> |
* Added support for FreeBSD 5.1. |
6 |
> |
* Documentation is now available in manpages. |
7 |
> |
* Fixed major bug in the FreeBSD diskio stats. |
8 |
> |
* Added a .pc file for pkgconfig. |
9 |
> |
|
10 |
> |
libstatgrab 0.5.1 (09 September 2003) |
11 |
> |
|
12 |
> |
* Network stats wrap-around bug fixed on Linux and FreeBSD |
13 |
> |
* Linux now reads disk information from /proc/partitions if available. |
14 |
> |
This results in it getting data for all the disks. |
15 |
> |
* An additional tool, statgrab, has been added to allow external programs |
16 |
> |
to easily parse statistics generated by libstatgrab. |
17 |
> |
* Scripts to generate MRTG (www.mrtg.org) configs with statgrab have |
18 |
> |
been added. This allows graphs to be generated from system stats. |
19 |
> |
|
20 |
> |
libstatgrab 0.5 (25 August 2003) |
21 |
> |
|
22 |
> |
* Fixed a bug with process stats on FreeBSD. |
23 |
> |
* Added documentation in 'docs' directory. |
24 |
> |
* Added examples in 'examples' directory. |
25 |
> |
|
26 |
> |
libstatgrab 0.4 (09 April 2003) |
27 |
> |
|
28 |
> |
* Support added for FreeBSD 4.x (not tested on 5.x). |
29 |
> |
|
30 |
> |
libstatgrab 0.3.4 (31 March 2003) |
31 |
> |
|
32 |
> |
* Fixed memory leak, and file descriptor leak on linux. |
33 |
> |
|
34 |
> |
libstatgrab 0.3.3 (22 March 2003) |
35 |
> |
|
36 |
> |
* Network statistics wraparound code was broken on interfaces that |
37 |
> |
transfered no data - typically second interfaces that weren't |
38 |
> |
connected. |
39 |
> |
|
40 |
> |
libstatgrab 0.3.2 (21 March 2003) |
41 |
> |
|
42 |
> |
* Network statistics wraparound fix. |
43 |
> |
|
44 |
> |
libstatgrab 0.3.1 (12 March 2003) |
45 |
> |
|
46 |
> |
* Fixed network statistics on Solaris 7 or below. |
47 |
> |
* Disk IO statistics are correctly reported. |
48 |
> |
|
49 |
> |
libstatgrab 0.3 (10 March 2003) |
50 |
> |
|
51 |
> |
* Support added for Linux with a 2.4 kernel. |
52 |
> |
|
53 |
> |
libstatgrab 0.2 (03 March 2003) |
54 |
> |
|
55 |
> |
* Initial working release for Solaris (tested on 7, 8, and 9). |
56 |
> |
|