|
|||||||||
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
public class 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(Date time,
double user,
double sys,
double io)
Creates a new sample. |
Method Summary | |
---|---|
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(Date time, double user, double sys, double io)
time
- sample timeuser
- user loadsys
- system loadio
- IO waitMethod Detail |
---|
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |