add new disk metrics

This commit is contained in:
Doug MacEachern 2005-05-10 20:48:57 +00:00
parent 0900e7e31d
commit 089396f8da
1 changed files with 3 additions and 0 deletions

View File

@ -361,6 +361,9 @@ namespace Hyperic.Sigar {
private readonly ulong NA_FreeFiles;
private readonly ulong DiskReads;
private readonly ulong DiskWrites;
private readonly ulong DiskWriteBytes;
private readonly ulong DiskReadBytes;
private readonly ulong DiskQueue;
public readonly double UsePercent;
[DllImport(Sigar.LIBSIGAR)]