|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bootchart.common.Sample
org.bootchart.common.FileOpenSample
Disk I/O utilization sample.
Field Summary | |
int |
fileOpens
Number of file opens. |
Fields inherited from class org.bootchart.common.Sample |
time, TIME_FORMAT |
Constructor Summary | |
FileOpenSample(java.util.Date time,
int fileOpens)
Creates a new sample. |
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int fileOpens
Constructor Detail |
public FileOpenSample(java.util.Date time, int fileOpens)
time
- sample timefileOpens
- number of file open operationsMethod Detail |
public java.lang.String toString()
public static int getMaxFileOpens(java.util.List ioSampleList)
ioSampleList
- iostat sample list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |