I'm trying to get the load average of my ESX, using python script et pyVmomi.
I cannot find the numbers 1.71, 1.72, 1.72
from the API, as described in the commands below. Any clues ?
# ssh my-esx
[root@my-esx:~] uptime
12:07:54 up 8 days, 21:02:09, load average: 1.71, 1.72, 1.72
[root@my-esx:~] uname -a
VMkernel my-esx 6.0.0 #1 SMP Release build-3073146 Sep 16 2015 04:08:47 x86_64 x86_64 x86_64 ESXi
For now, I get the overallCpuUsage
as described here, but this data is more like a percentage of allocated Mhz. It cannot be compared to the classic "linux load average".
It's important for me, because our monitoring page compare cpu load of ESXs server and Linux server.