
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
1.4 KiB
vim.host.Summary.QuickStats
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.
- extends
- Attributes:
-
overallCpuUsage (int, optional):
Aggregated CPU usage across all cores on the host in MHz. This is only available if the host is connected.
overallMemoryUsage (int, optional):
Physical memory usage on the host in MB. This is only available if the host is connected.
distributedCpuFairness (int, optional):
The fairness of distributed CPU resource allocation on the host.
distributedMemoryFairness (int, optional):
The fairness of distributed memory resource allocation on the host.
uptime (int, optional):
The system uptime of the host in seconds.