|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.bootchart.common.Sample
org.bootchart.common.CPUSample
public class CPUSample
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 |
フィールドの詳細 |
---|
public double user
public double sys
public double io
コンストラクタの詳細 |
---|
public CPUSample(Date time, double user, double sys, double io)
time
- sample timeuser
- user loadsys
- system loadio
- IO waitメソッドの詳細 |
---|
public String toString()
Object
内の toString
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |