org.bootchart.common
クラス CPUSample

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

public class CPUSample
extends Sample

CPU statistics sample.


フィールドの概要
 double io
          The percentage of CPU time spent waiting on disk I/O.
 double sys
          System load.
 double user
          User load.
 
クラス org.bootchart.common.Sample から継承されたフィールド
time, TIME_FORMAT
 
コンストラクタの概要
CPUSample(Date time, double user, double sys, double io)
          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
 

フィールドの詳細

user

public double user
User load.


sys

public double sys
System load.


io

public double io
The percentage of CPU time spent waiting on disk I/O.

コンストラクタの詳細

CPUSample

public CPUSample(Date time,
                 double user,
                 double sys,
                 double io)
Creates a new sample.

パラメータ:
time - sample time
user - user load
sys - system load
io - IO wait
メソッドの詳細

toString

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

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