public class VmCpuStat extends Object implements TimeStampedPojo
| Constructor and Description |
|---|
VmCpuStat(long timestamp,
int vmId,
double cpuLoad) |
| Modifier and Type | Method and Description |
|---|---|
double |
getCpuLoad()
The cpu load in percent (as in 100.0 for 100%).
|
long |
getTimeStamp() |
int |
getVmId() |
public long getTimeStamp()
getTimeStamp in interface TimeStampedPojopublic int getVmId()
public double getCpuLoad()
Copyright © 2012. All Rights Reserved.