I am trying to add a new Performance Counter Monitor to gather some performance information. It is working great, but the data returned from Windows is a counter (it starts a 1 and increments). So, the Statistic Data is rather confusing when viewing it in the web console (it is currently "9672056.00" and growing). Is there a way to have APM collect this counter data and be able to display it as changes per interval? I am not interested in the count of the information, I want to know how much it is incrementing. I know the Universal Device Poller does this for SNMP data easily. But this data is only accessible through perfmon or WMI.
For reference, the data I am pulling is Category = "IAS Accounting Server" and Counter = "Accounting-Requests", but I suspect this applies to many differnet counters in Perfmon besides this one.