sys.dm_os_performance_counters Explained
See link for more details: http://rtpsqlguy.wordpress.com/2009/08/11/sys-dm_os_performance_counters-explained/
and another nice one: http://kswain.blogspot.com/2008/04/sysdmosperformancecounters-dynamic.html
The Five Values Of Cntr_Type
1. Cntr_Type = 65792
This is the easiest one, because what you get is the counter’s actual value, the whole value, and nothing but the value. For example, the SQLServer:Buffer Manager / Total pages counter is of this type. It shows the number [...]
