org.bootchart.common
public class DiskTPutSample extends Sample
| Field Summary | |
|---|---|
| double | read Read throughput (KB/s). |
| double | write Write throughput (KB/s). |
| Constructor Summary | |
|---|---|
| DiskTPutSample(Date time, double read, double write)
Creates a new sample.
| |
| Method Summary | |
|---|---|
| static double | getMaxDiskTPut(List ioSampleList)
Returns the maximum throughput seen in the sample list.
|
| String | toString()
Returns the string representation of the sample.
|
Parameters: time sample time read read throughput write write throughput
Parameters: ioSampleList iostat sample list
Returns: maximum throughput
Returns: string representation