Open dannyk81 opened 6 years ago
@rverchere
So, seems like dividing the value by 100 gets the correct result 😄 (compared to figures we see in vCenter)
Perhaps this is due to converting the value to float
here: https://github.com/rverchere/vmware_exporter/blob/aeccb035d368dcc8e6bc52628d7eef786345725b/vmware_exporter/vmware_exporter.py#L386
same issue with vmware_vm_mem_usage_average
metric, need to divide by 100 the value to get correct result.
This issue was moved to pryorda/vmware_exporter#3
I can't quite figure out the values of
vmware_vm_cpu_usage_average
metric, for example:according to this https://www.vmware.com/support/developer/converter-sdk/conv61_apireference/cpu_counters.html
The description of this counter is
Amount of actively used virtual CPU, as a percentage of total available CPU
, but the values I'm seeing do not seem like percentages.Any clues?