instance_name
instance_name = '_Total'
select * from sys.dm_os_performance_counters with(nolock) where instance_name = '_Total'
Index