public class DiskUsage
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DiskUsage() |
Modifier and Type | Method and Description |
---|---|
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() |
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
Copyright ? 2004-2011 Hyperic. All Rights Reserved.