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()
HypervisorStatistics
getCount
in interface HypervisorStatistics
public int getCurrentWorkload()
HypervisorStatistics
getCurrentWorkload
in interface HypervisorStatistics
public int getLeastAvailableDisk()
HypervisorStatistics
getLeastAvailableDisk
in interface HypervisorStatistics
public int getFreeDisk()
HypervisorStatistics
getFreeDisk
in interface HypervisorStatistics
public int getFreeRam()
HypervisorStatistics
getFreeRam
in interface HypervisorStatistics
public int getLocal()
HypervisorStatistics
getLocal
in interface HypervisorStatistics
public int getLocalUsed()
HypervisorStatistics
getLocalUsed
in interface HypervisorStatistics
public int getMemory()
HypervisorStatistics
getMemory
in interface HypervisorStatistics
public int getMemoryUsed()
HypervisorStatistics
getMemoryUsed
in interface HypervisorStatistics
public int getRunningVM()
HypervisorStatistics
getRunningVM
in interface HypervisorStatistics
public int getVirtualCPU()
HypervisorStatistics
getVirtualCPU
in interface HypervisorStatistics
public int getVirtualUsedCPU()
HypervisorStatistics
getVirtualUsedCPU
in interface HypervisorStatistics
Copyright © 2017. All rights reserved.