Hello guys, I am new in zabbix.
I just wanted to capture how much my cpu is utilize by server and process or service which is running on that server.
for particular process try like this
and this
but above item not giving me proper cpu utilization.
I just wanted to capture how much my cpu is utilize by server and process or service which is running on that server.
Code:
perf_counter[\Processor(_Total)\% Processor Time] //working fine
Code:
perf_counter["\Process(textProcess)\% Processor Time"]
Code:
perf_counter["\Process(textProcess)\% User Time"]
roc.num[firefox.exe].last(0)}=0
Comment