|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bootchart.common.Sample
org.bootchart.common.DiskTPutSample
Disk I/O throughput sample.
Field Summary | |
double |
read
Read throughput (KB/s). |
double |
write
Write throughput (KB/s). |
Fields inherited from class org.bootchart.common.Sample |
time, TIME_FORMAT |
Constructor Summary | |
DiskTPutSample(java.util.Date time,
double read,
double write)
Creates a new sample. |
Method Summary | |
static double |
getMaxDiskTPut(java.util.List ioSampleList)
Returns the maximum throughput seen in the sample list. |
java.lang.String |
toString()
Returns the string representation of the sample. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public double read
public double write
Constructor Detail |
public DiskTPutSample(java.util.Date time, double read, double write)
time
- sample timeread
- read throughputwrite
- write throughputMethod Detail |
public java.lang.String toString()
public static double getMaxDiskTPut(java.util.List ioSampleList)
ioSampleList
- iostat sample list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |