public class DiskTPutSample extends Sample
Modifier and Type | Field and Description |
---|---|
double |
read
Read throughput (KB/s).
|
double |
write
Write throughput (KB/s).
|
time, TIME_FORMAT
Constructor and Description |
---|
DiskTPutSample(java.util.Date time,
double read,
double write)
Creates a new sample.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public double read
public double write
public DiskTPutSample(java.util.Date time, double read, double write)
time
- sample timeread
- read throughputwrite
- write throughputpublic java.lang.String toString()
toString
in class java.lang.Object
public static double getMaxDiskTPut(java.util.List ioSampleList)
ioSampleList
- iostat sample list