|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bootchart.common.Sample
org.bootchart.common.CPUSample
CPU statistics sample.
| Field Summary | |
double |
io
The percentage of CPU time spent waiting on disk I/O. |
double |
sys
System load. |
double |
user
User load. |
| Fields inherited from class org.bootchart.common.Sample |
time, TIME_FORMAT |
| Constructor Summary | |
CPUSample(java.util.Date time,
double user,
double sys,
double io)
Creates a new sample. |
|
| Method Summary | |
java.lang.String |
toString()
Returns the string representation of the sample. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public double user
public double sys
public double io
| Constructor Detail |
public CPUSample(java.util.Date time,
double user,
double sys,
double io)
time - sample timeuser - user loadsys - system loadio - IO wait| Method Detail |
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||