public class ExtHypervisorStatistics extends Object implements HypervisorStatistics
| Constructor and Description |
|---|
ExtHypervisorStatistics() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the count.
|
int |
getCurrentWorkload()
Gets the current workload.
|
int |
getFreeDisk()
Gets the free disk.
|
int |
getFreeRam()
Gets the free ram.
|
int |
getLeastAvailableDisk()
Gets the least available disk.
|
int |
getLocal()
Gets the local.
|
int |
getLocalUsed()
Gets the local used.
|
int |
getMemory()
Gets the memory.
|
int |
getMemoryUsed()
Gets the memory used.
|
int |
getRunningVM()
Gets the running vm.
|
int |
getVirtualCPU()
Gets the virtual cpu.
|
int |
getVirtualUsedCPU()
Gets the virtual used cpu.
|
String |
toString() |
public int getCount()
HypervisorStatisticsgetCount in interface HypervisorStatisticspublic int getCurrentWorkload()
HypervisorStatisticsgetCurrentWorkload in interface HypervisorStatisticspublic int getLeastAvailableDisk()
HypervisorStatisticsgetLeastAvailableDisk in interface HypervisorStatisticspublic int getFreeDisk()
HypervisorStatisticsgetFreeDisk in interface HypervisorStatisticspublic int getFreeRam()
HypervisorStatisticsgetFreeRam in interface HypervisorStatisticspublic int getLocal()
HypervisorStatisticsgetLocal in interface HypervisorStatisticspublic int getLocalUsed()
HypervisorStatisticsgetLocalUsed in interface HypervisorStatisticspublic int getMemory()
HypervisorStatisticsgetMemory in interface HypervisorStatisticspublic int getMemoryUsed()
HypervisorStatisticsgetMemoryUsed in interface HypervisorStatisticspublic int getRunningVM()
HypervisorStatisticsgetRunningVM in interface HypervisorStatisticspublic int getVirtualCPU()
HypervisorStatisticsgetVirtualCPU in interface HypervisorStatisticspublic int getVirtualUsedCPU()
HypervisorStatisticsgetVirtualUsedCPU in interface HypervisorStatisticsCopyright © 2017. All rights reserved.