newrelic / nri-perfmon

Windows Perfmon / WMI On-Host Integration for New Relic Infrastructure
Other
13 stars 19 forks source link

Problems with Counters AvgDiskSecPerRead and AvgDiskSecPerWrite #65

Open hmperccami opened 1 month ago

hmperccami commented 1 month ago

Hi guys!

I have an issue with two counters that we need for charts in New Relic. The counters are AvgDiskSecPerRead and AvgDiskSecPerWrite.

We receive other counters without problems, but with these two, we're receiving zeros.

When we check in the Performance Monitor on the server, we can see small numbers like 0.0001234.

What we think is that at some step, nri-perfmon might be rounding the values to zeros.

Is it possible to retrieve these values instead of zeros?

Thanks for your help.