org.bootchart.common
クラス ProcessSample

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

public class ProcessSample
extends Sample

Process statistics.


フィールドの概要
 CPUSample cpu
          CPU statistics.
 DiskTPutSample diskTPut
          Disk troughput statistics.
 DiskUtilSample diskUtil
          Disk utlization statistics.
 int state
          Process state.
 
クラス org.bootchart.common.Sample から継承されたフィールド
time, TIME_FORMAT
 
コンストラクタの概要
ProcessSample(Date time, int state, CPUSample cpu, DiskUtilSample diskUtil, DiskTPutSample diskTPut)
          Creates a new process sample.
 
メソッドの概要
 String toString()
          Returns the string representation of the sample.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

state

public int state
Process state.


cpu

public CPUSample cpu
CPU statistics.


diskUtil

public DiskUtilSample diskUtil
Disk utlization statistics.


diskTPut

public DiskTPutSample diskTPut
Disk troughput statistics.

コンストラクタの詳細

ProcessSample

public ProcessSample(Date time,
                     int state,
                     CPUSample cpu,
                     DiskUtilSample diskUtil,
                     DiskTPutSample diskTPut)
Creates a new process sample.

パラメータ:
time - sample time
state - proces state
cpu - CPU sample
diskUtil - disk utilization sample
diskTPut - disk throughput sample
メソッドの詳細

toString

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

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