|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.sigar.DiskUsage
public class DiskUsage
DiskUsage sigar class.
Constructor Summary | |
---|---|
DiskUsage()
|
Method Summary | |
---|---|
void |
gather(Sigar sigar,
java.lang.String name)
|
double |
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
SigarException
public 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 double getQueue()
Supported Platforms: Undocumented.
public double getServiceTime()
Supported Platforms: Undocumented.
public java.util.Map toMap()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |