public class CPUSample extends Sample
| Modifier and Type | Field and Description |
|---|---|
double |
io
The percentage of CPU time spent waiting on disk I/O.
|
double |
sys
System load.
|
double |
user
User load.
|
time, TIME_FORMAT| Constructor and Description |
|---|
CPUSample(java.util.Date time,
double user,
double sys,
double io)
Creates a new sample.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the string representation of the sample.
|
public double user
public double sys
public double io