I would like to get the global 15-minute load average of my ESXi server using the vSphere API and pyVmomi in particular. On the command line, I can do so as follows:
# esxcli system process stats load get | grep Load15Minutes Load15Minutes: 0.49
What is the equivalent using the vSphere API? I looked through the available methods but I didn’t find any that gave a global 15-minute load average.