add new disk metrics
This commit is contained in:
parent
0900e7e31d
commit
089396f8da
|
@ -361,6 +361,9 @@ namespace Hyperic.Sigar {
|
||||||
private readonly ulong NA_FreeFiles;
|
private readonly ulong NA_FreeFiles;
|
||||||
private readonly ulong DiskReads;
|
private readonly ulong DiskReads;
|
||||||
private readonly ulong DiskWrites;
|
private readonly ulong DiskWrites;
|
||||||
|
private readonly ulong DiskWriteBytes;
|
||||||
|
private readonly ulong DiskReadBytes;
|
||||||
|
private readonly ulong DiskQueue;
|
||||||
public readonly double UsePercent;
|
public readonly double UsePercent;
|
||||||
|
|
||||||
[DllImport(Sigar.LIBSIGAR)]
|
[DllImport(Sigar.LIBSIGAR)]
|
||||||
|
|
Loading…
Reference in New Issue