|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.bootchart.common.Sample
org.bootchart.common.ProcessSample
public class ProcessSample
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 |
フィールドの詳細 |
---|
public int state
public CPUSample cpu
public DiskUtilSample diskUtil
public DiskTPutSample diskTPut
コンストラクタの詳細 |
---|
public ProcessSample(Date time, int state, CPUSample cpu, DiskUtilSample diskUtil, DiskTPutSample diskTPut)
time
- sample timestate
- proces statecpu
- CPU samplediskUtil
- disk utilization samplediskTPut
- disk throughput sampleメソッドの詳細 |
---|
public String toString()
Object
内の toString
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |