Hi all,
Its my first time on Zabbix, so theres a newbie here.
I'm trying to get % CPU utilization of some specific processes - i.e. sqlservr.exe
After some researchs on web, the perf counter below would be the best choice:
perf_counter["\Process(sqlservr)\% Processor Time"]
But this perfcounter returns a weird numerical float. In fact, what I'd like to view is the % CPU that Task Manager on WIndows is show for this specific process.
Anyone could help me? =]
Thanks in advance
Its my first time on Zabbix, so theres a newbie here.
I'm trying to get % CPU utilization of some specific processes - i.e. sqlservr.exe
After some researchs on web, the perf counter below would be the best choice:
perf_counter["\Process(sqlservr)\% Processor Time"]
But this perfcounter returns a weird numerical float. In fact, what I'd like to view is the % CPU that Task Manager on WIndows is show for this specific process.
Anyone could help me? =]
Thanks in advance
Comment