Hello,
i want to find all perfmon counters just using DMVs. With sys.dm_os_performance_counters i obtain just SQL Server counters. But thing is, i also want performance counters system for these categories CPU, LogicalDisk, Memory, Network,...
First, is it possible?
Second, if it is then can you help me please?