org.bootchart.common
クラス FileOpenSample
java.lang.Object
org.bootchart.common.Sample
org.bootchart.common.FileOpenSample
public class FileOpenSample
- extends Sample
Disk I/O utilization sample.
メソッドの概要 |
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. |
fileOpens
public int fileOpens
- Number of file opens.
FileOpenSample
public FileOpenSample(Date time,
int fileOpens)
- Creates a new sample.
- パラメータ:
time
- sample timefileOpens
- number of file open operations
toString
public String toString()
- Returns the string representation of the sample.
- オーバーライド:
- クラス
Object
内の toString
- 戻り値:
- string representation
getMaxFileOpens
public static int getMaxFileOpens(List ioSampleList)
- Returns the maximum number of file opens seen in the sample list.
- パラメータ:
ioSampleList
- iostat sample list
- 戻り値:
- maximum number of file opens