public interface CpuStatDAO
Modifier and Type | Field and Description |
---|---|
static Key<Double> |
cpu10LoadKey |
static Key<Double> |
cpu15LoadKey |
static Key<Double> |
cpu5LoadKey |
static Category |
cpuStatCategory |
Modifier and Type | Method and Description |
---|---|
long |
getCount() |
List<CpuStat> |
getLatestCpuStats(HostRef ref) |
void |
putCpuStat(CpuStat stat) |
static final Category cpuStatCategory
Copyright © 2012. All Rights Reserved.