Package org.bootchart.common
Class DiskTPutSample
java.lang.Object
org.bootchart.common.Sample
org.bootchart.common.DiskTPutSample
Disk I/O throughput sample.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleRead throughput (KB/s).doubleWrite throughput (KB/s).Fields inherited from class org.bootchart.common.Sample
time, TIME_FORMAT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublegetMaxDiskTPut(List ioSampleList) Returns the maximum throughput seen in the sample list.toString()Returns the string representation of the sample.
-
Field Details
-
read
public double readRead throughput (KB/s). -
write
public double writeWrite throughput (KB/s).
-
-
Constructor Details
-
DiskTPutSample
Creates a new sample.- Parameters:
time- sample timeread- read throughputwrite- write throughput
-
-
Method Details