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.5 (25 August 2003) |
2 |
> |
|
3 |
> |
* Fixed a bug with process stats on FreeBSD. |
4 |
> |
* Added documentation in 'docs' directory. |
5 |
> |
* Added examples in 'examples' directory. |
6 |
> |
|
7 |
> |
libstatgrab 0.4 (09 April 2003) |
8 |
> |
|
9 |
> |
* Support added for FreeBSD 4.x (not tested on 5.x). |
10 |
> |
|
11 |
> |
libstatgrab 0.3.4 (31 March 2003) |
12 |
> |
|
13 |
> |
* Fixed memory leak, and file descriptor leak on linux. |
14 |
> |
|
15 |
> |
libstatgrab 0.3.3 (22 March 2003) |
16 |
> |
|
17 |
> |
* Network statistics wraparound code was broken on interfaces that |
18 |
> |
transfered no data - typically second interfaces that weren't |
19 |
> |
connected. |
20 |
> |
|
21 |
> |
libstatgrab 0.3.2 (21 March 2003) |
22 |
> |
|
23 |
> |
* Network statistics wraparound fix. |
24 |
> |
|
25 |
> |
libstatgrab 0.3.1 (12 March 2003) |
26 |
> |
|
27 |
> |
* Fixed network statistics on Solaris 7 or below. |
28 |
> |
* Disk IO statistics are correctly reported. |
29 |
> |
|
30 |
> |
libstatgrab 0.3 (10 March 2003) |
31 |
> |
|
32 |
> |
* Support added for Linux with a 2.4 kernel. |
33 |
> |
|
34 |
> |
libstatgrab 0.2 (03 March 2003) |
35 |
> |
|
36 |
> |
* Initial working release for Solaris (tested on 7, 8, and 9). |
37 |
> |
|