NetXMS Support Forum

English Support => General Support => Topic started by: sodalist on April 17, 2008, 11:26:45 AM

Title: Windows Performance Counters
Post by: sodalist on April 17, 2008, 11:26:45 AM
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
Title: Re: Windows Performance Counters
Post by: sodalist on April 17, 2008, 11:41:39 AM
used search: WinPerf

I found some hints.

thank you,

A