views:

14

answers:

1

In the Windows performance monitor tool. What's the difference between _Total and , when selecting instances for a counter?

+1  A: 

I believe the _Total counter is simply an aggregate for situations where there are multiple instances of the same counter. In certain cases, like Processor - % Process Time, it provides an average across all the instances.

Selecting the 'All instances' option is just a shortcut way of including all the instance counters (saving you the trouble of selecting each one individually).

dwightgunning