Hi,
I'm trying to create a calculated item based on the performance counter.
I tried to use this formula
last("perf_counter["\Process(w3wp#4)\% Processor Time",10]")/last(system.cpu.num)
But received an error
Cannot evaluate function "last()": item "MNN FR: perf_counter["\Process(w3wp#4)\% Processor Time",10]" does not exist.
I tried another syntax:
last("perf_counter[\Process(w3wp#4)\% Processor Time,10]")/last(system.cpu.num)
With same result.
I saw pretty same problem from 2010 at this topic https://www.zabbix.com/forum/zabbix-...-perf_counterf
but the solution used there didn't work for me neither.
Any help will be appreciated.
I'm trying to create a calculated item based on the performance counter.
I tried to use this formula
last("perf_counter["\Process(w3wp#4)\% Processor Time",10]")/last(system.cpu.num)
But received an error
Cannot evaluate function "last()": item "MNN FR: perf_counter["\Process(w3wp#4)\% Processor Time",10]" does not exist.
I tried another syntax:
last("perf_counter[\Process(w3wp#4)\% Processor Time,10]")/last(system.cpu.num)
With same result.
I saw pretty same problem from 2010 at this topic https://www.zabbix.com/forum/zabbix-...-perf_counterf
but the solution used there didn't work for me neither.
Any help will be appreciated.
Comment