This commit is contained in:
Doug MacEachern 2005-04-27 22:48:00 +00:00
parent d630fa0647
commit bd6184ae67
1 changed files with 16 additions and 1 deletions

View File

@ -2,6 +2,19 @@
* Add disk i/o metrics for Windows 2000
* Add file_system_usage_t.used field
2005-04-06 Doug MacEachern <dougm@hyperic.net>
* Add new disk i/o metrics (disk_write_bytes, disk_read_bytes,
disk_queue) for Win32, Solaris, AIX and HPUX.
2005-03-19 Doug MacEachern <dougm@hyperic.net>
* Add udp support to sigar_proc_port_get win32 impl
* Implement sigar_proc_port_get for FreeBSD 5.x
2005-03-15 Doug MacEachern <dougm@hyperic.net>
* Change Sigar.getMountedFileSystemUsage to throw
@ -9,6 +22,8 @@
* Implement sigar_net_connection for FreeBSD
* Implement sigar_proc_port_get for AIX
2005-03-11 Doug MacEachern <dougm@hyperic.net>
* Add NetPortMap class