org.bootchart.common
public class FileOpenSample extends Sample
| Field Summary | |
|---|---|
| int | fileOpens Number of file opens. |
| Constructor Summary | |
|---|---|
| FileOpenSample(Date time, int fileOpens)
Creates a new sample.
| |
| Method Summary | |
|---|---|
| static int | getMaxFileOpens(List ioSampleList)
Returns the maximum number of file opens seen in the sample list.
|
| String | toString()
Returns the string representation of the sample.
|
Parameters: time sample time fileOpens number of file open operations
Parameters: ioSampleList iostat sample list
Returns: maximum number of file opens
Returns: string representation