Windows Performance Counters

Started by sodalist, April 17, 2008, 11:26:45 AM

Previous topic - Next topic

sodalist

hello,

I would like to get windows performance counter in agent.
As I checked in /src/agent/subagents/winperf/collect.cpp
additional windows performance counters can be pulled defining
them in config as:

<parameter name>:<counter path>:<number of samples>:<class>:<data type>:<description>

I tried test DCI as:

System.CPU.LoadAvg.test:"\\System\\Processor Queue Length":60:0:DCI_DT_FLOAT:"Average CPU load for last minute test"

I cannot figure out how to define this in: nxagentd.conf

thank you for your help,

Ales

sodalist

used search: WinPerf

I found some hints.

thank you,

A