it that possible to create an item that have two other items multiply, for example the total CPU of vmware hypervisor should be:
total CPU (Hz) = CPU frequency * CPU cores
and there is:
total CPU (Hz) = vmware.hv.hw.cpu.freq[{$URL},{HOST.HOST}] * vmware.hv.hw.cpu.num[{$URL},{HOST.HOST}]
is it possible?
total CPU (Hz) = CPU frequency * CPU cores
and there is:
total CPU (Hz) = vmware.hv.hw.cpu.freq[{$URL},{HOST.HOST}] * vmware.hv.hw.cpu.num[{$URL},{HOST.HOST}]
is it possible?
Comment