org.bootchart.common
クラス DiskTPutSample

java.lang.Object
  上位を拡張 org.bootchart.common.Sample
      上位を拡張 org.bootchart.common.DiskTPutSample

public class DiskTPutSample
extends Sample

Disk I/O throughput sample.


フィールドの概要
 double read
          Read throughput (KB/s).
 double write
          Write throughput (KB/s).
 
クラス org.bootchart.common.Sample から継承されたフィールド
time, TIME_FORMAT
 
コンストラクタの概要
DiskTPutSample(Date time, double read, double write)
          Creates a new sample.
 
メソッドの概要
static double getMaxDiskTPut(List ioSampleList)
          Returns the maximum throughput 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
 

フィールドの詳細

read

public double read
Read throughput (KB/s).


write

public double write
Write throughput (KB/s).

コンストラクタの詳細

DiskTPutSample

public DiskTPutSample(Date time,
                      double read,
                      double write)
Creates a new sample.

パラメータ:
time - sample time
read - read throughput
write - write throughput
メソッドの詳細

toString

public String toString()
Returns the string representation of the sample.

オーバーライド:
クラス Object 内の toString
戻り値:
string representation

getMaxDiskTPut

public static double getMaxDiskTPut(List ioSampleList)
Returns the maximum throughput seen in the sample list.

パラメータ:
ioSampleList - iostat sample list
戻り値:
maximum throughput