org.bootchart.common
public class CPUSample extends Sample
Field Summary | |
---|---|
double | io The percentage of CPU time spent waiting on disk I/O. |
double | sys System load. |
double | user User load. |
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.
|
Parameters: time sample time user user load sys system load io IO wait
Returns: string representation