Hi,
In my VMWare Guest Template, I need to create an item to calculate the "total vm cpu usage percentage" of VM side view.
I've tried with VMWare perfcounter (Simple check item type):
but I get a value greater then 100%....
How can I get one percentage value of VM CPU usage calculated from Total CPU (mhz?) Host's capacity?
I'm using Zabbix 2.2.10.
Thanks in advance!
F.
In my VMWare Guest Template, I need to create an item to calculate the "total vm cpu usage percentage" of VM side view.
I've tried with VMWare perfcounter (Simple check item type):
Code:
vmware.vm.perfcounter[{$URL},{HOST.HOST},"cpu/usage[average]"]
How can I get one percentage value of VM CPU usage calculated from Total CPU (mhz?) Host's capacity?
I'm using Zabbix 2.2.10.
Thanks in advance!
F.
Comment