|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hyperic.sigar.DiskUsage
DiskUsage sigar class.
| Constructor Summary | |
DiskUsage()
|
|
| Method Summary | |
void |
gather(Sigar sigar,
java.lang.String name)
|
long |
getQueue()
Get the queue. |
long |
getReadBytes()
Get the Number of physical disk bytes read. |
long |
getReads()
Get the Number of physical disk reads. |
double |
getServiceTime()
Get the service_time. |
long |
getWriteBytes()
Get the Number of physical disk bytes written. |
long |
getWrites()
Get the Number of physical disk writes. |
java.util.Map |
toMap()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DiskUsage()
| Method Detail |
public void gather(Sigar sigar,
java.lang.String name)
throws SigarException
SigarExceptionpublic long getReads()
Supported Platforms: AIX, FreeBSD, HPUX, Linux, Solaris, Win32.
public long getWrites()
Supported Platforms: AIX, FreeBSD, HPUX, Linux, Solaris, Win32.
public long getReadBytes()
Supported Platforms: Undocumented.
public long getWriteBytes()
Supported Platforms: Undocumented.
public long getQueue()
Supported Platforms: Undocumented.
public double getServiceTime()
Supported Platforms: Undocumented.
public java.util.Map toMap()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||