Test Search vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - HostListSummaryQuickStats(vim.host.Summary.QuickStats)
- Property of
- HostListSummary
- Extends
- DynamicData
- Since
- 2.0
Data Object Description
Basic host statistics.Included in the host statistics are fairness scores. Fairness scores are represented in units with relative values, meaning they are evaluated relative to the scores of other hosts. They should not be thought of as having any particular absolute value. Each fairness unit represents an increment of 0.001 in a fairness score. The further the fairness score diverges from 1, the less fair the allocation. Therefore, a fairness score of 990, representing 0.990, is more fair than a fairness score of 1015, which represents 1.015. This is because 1.015 is further from 1 than 0.990.
Properties
Name | Type | Description |
---|---|---|
availablePMemCapacity* | xsd:int |
The available capacity in MB.
Since vSphere API Release 6.7 |
distributedCpuFairness* | xsd:int |
The fairness of distributed CPU resource allocation on the host.
|
distributedMemoryFairness* | xsd:int |
The fairness of distributed memory resource allocation on the host.
|
overallCpuUsage* | xsd:int |
Aggregated CPU usage across all cores on the host in MHz. This is only
available if the host is connected.
|
overallMemoryUsage* | xsd:int |
Physical memory usage on the host in MB. This is only available if the
host is connected.
|
uptime* | xsd:int |
The system uptime of the host in seconds.
Since vSphere API Release 4.1 |
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |