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