public class FileOpenSample extends Sample
Modifier and Type | Field and Description |
---|---|
int |
fileOpens
Number of file opens.
|
time, TIME_FORMAT
Constructor and Description |
---|
FileOpenSample(java.util.Date time,
int fileOpens)
Creates a new sample.
|
Modifier and Type | Method and Description |
---|---|
static int |
getMaxFileOpens(java.util.List ioSampleList)
Returns the maximum number of file opens seen in the sample list.
|
java.lang.String |
toString()
Returns the string representation of the sample.
|
public FileOpenSample(java.util.Date time, int fileOpens)
time
- sample timefileOpens
- number of file open operationspublic java.lang.String toString()
toString
in class java.lang.Object
public static int getMaxFileOpens(java.util.List ioSampleList)
ioSampleList
- iostat sample list