Hi
Currently i am monitoring cpu time using the perf counter. My item is
perf_counter["\238(_Total)\6"]
and its working fine, but i would also like to get Privileged Time and Interrupts Time. And from what i can tell from the reggistry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Perflib\009 taken from here: https://www.zabbix.com/forum/zabbix-...r-perf_counter ) i can see i should be able to get them with
perf_counter["\248(_Total)\6"]
perf_counter["\246(_Total)\6"]
but this does not work, can any tell me what i miss understood or what i am doing wrong? im using zabbix 4.4
Currently i am monitoring cpu time using the perf counter. My item is
perf_counter["\238(_Total)\6"]
and its working fine, but i would also like to get Privileged Time and Interrupts Time. And from what i can tell from the reggistry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Perflib\009 taken from here: https://www.zabbix.com/forum/zabbix-...r-perf_counter ) i can see i should be able to get them with
perf_counter["\248(_Total)\6"]
perf_counter["\246(_Total)\6"]
but this does not work, can any tell me what i miss understood or what i am doing wrong? im using zabbix 4.4
Comment