How to aggregate data in Windows Performance Monitor?
- by Jader Dias
I have seem performance counters like this:
PhysicalDisk(_Total)\Avg. Disk Read Queue Length
Which is an aggregation (average, sum, etc) of data over a period.
How to create a custom counter which is an aggregation of existent data of another counter?