PDA

View Full Version : W2K: Monitoring CPU Percentage used by process


metallian1
25-05-2005, 11:54
Hello there

first of all. Zabbix is great :)

I have a question. I want to monitor the CPU usage percentange used by a single Windows Process (sqlserver), so that I can create a graph for my boss showing him that the sqlserver consumes the total of cpu time available ;)

So the result should be a percentage from 0 to 100.

I tried the item:

proc_info[sqlservr.exe] but I do not find an appropriate attribute for this.

Can you advise ?

Thanks

Jan

void_null
31-05-2005, 22:50
In your Zabbix_agentd.conf on your windows server add:

PerfCounter= ProcessorUtil_sql,"\Process(sqlservr)\% Processor Time", 60

metallian1
01-06-2005, 08:45
Works well, thank you very much

Jan