SELECT  *  
FROM sys.dm_os_performance_counters 
WHERE object_name = 'SQLServer:General Statistics'

+ Recent posts