Package org.bootchart.common
Class FileOpenSample
java.lang.Object
org.bootchart.common.Sample
org.bootchart.common.FileOpenSample
Disk I/O utilization sample.
-
Field Summary
FieldsFields inherited from class org.bootchart.common.Sample
time, TIME_FORMAT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetMaxFileOpens(List ioSampleList) Returns the maximum number of file opens seen in the sample list.toString()Returns the string representation of the sample.
-
Field Details
-
fileOpens
public int fileOpensNumber of file opens.
-
-
Constructor Details
-
FileOpenSample
Creates a new sample.- Parameters:
time- sample timefileOpens- number of file open operations
-
-
Method Details