NetXMS Support Forum

English Support => General Support => Topic started by: LBKRE on November 12, 2015, 10:43:16 AM

Title: Perf. Counter: “Physical disk performance object -> Avg. Disk sec/Read counter"
Post by: LBKRE on November 12, 2015, 10:43:16 AM
Hello,
i am trying to Monitor our Disk Performance. There are several hints to do this perf. Counters (http://blogs.technet.com/b/askcore/archive/2012/02/07/measuring-disk-latency-with-windows-performance-monitor-perfmon.aspx)

But in netxms this Counter is always Zero althought on the PC it has some values. Perhaps it is a Problem of the Datatype. What is the right type for this Counter (float, int, string)?
How to determine the type of a Counter?

Greetings

Ludger
Title: Re: Perf. Counter: “Physical disk performance object -> Avg. Disk sec/Read counter"
Post by: Victor Kirhenshtein on November 12, 2015, 06:09:28 PM
Hi,

agent should determine counter type and collect it correctly. Can you show your DCI configuration?

Best regards,
Victor
Title: Re: Perf. Counter: “Physical disk performance object -> Avg. Disk sec/Read"
Post by: LBKRE on November 13, 2015, 10:36:44 AM
Perhaps its the umlaut "ä" in the Name of the Counter
Title: Re: Perf. Counter: “Physical disk performance object -> Avg. Disk sec/Read counter"
Post by: Victor Kirhenshtein on November 16, 2015, 05:22:08 PM
Try to change poll count (set it to 2 or higher).

Best regards,
Victor
Title: Perf. Counter: “Physical disk performance object -> Avg. Disk sec/Read counter"
Post by: LBKRE on November 16, 2015, 05:51:21 PM
Cool :D

After Setting the "sample Count" it works like expected!!!

Thanx