public class CpuStat
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static double |
INVALID_LOAD |
| Constructor and Description |
|---|
CpuStat(long timestamp,
double load5,
double load10,
double load15) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getLoad() |
double |
getLoad10() |
double |
getLoad15() |
double |
getLoad5() |
long |
getTimeStamp() |
public static final double INVALID_LOAD