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.


フィールドの概要
 int fileOpens
          Number of file opens.
 
クラス org.bootchart.common.Sample から継承されたフィールド
time, TIME_FORMAT
 
コンストラクタの概要
FileOpenSample(Date time, int fileOpens)
          Creates a new 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.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

fileOpens

public int fileOpens
Number of file opens.

コンストラクタの詳細

FileOpenSample

public FileOpenSample(Date time,
                      int fileOpens)
Creates a new sample.

パラメータ:
time - sample time
fileOpens - 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