org.bootchart.common
クラス DiskUtilSample

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

public class DiskUtilSample
extends Sample

Disk I/O utilization sample.


フィールドの概要
 double util
          Disk utilization [0.0, 1.0].
 
クラス org.bootchart.common.Sample から継承されたフィールド
time, TIME_FORMAT
 
コンストラクタの概要
DiskUtilSample(Date time, double util)
          Creates a new sample.
 
メソッドの概要
 String toString()
          Returns the string representation of the sample.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

util

public double util
Disk utilization [0.0, 1.0].

コンストラクタの詳細

DiskUtilSample

public DiskUtilSample(Date time,
                      double util)
Creates a new sample.

パラメータ:
time - sample time
util - disk utilization
メソッドの詳細

toString

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

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