I am trying to use view sys.dm_os_performance_counters as a rart of my performance troubleshooting. Does anybody have experience with it ?
What counters are most necessary for performance testing ?
Which of them are cumulative over time and which are not ?
What means instance_name: 000 and 001 ? We have just one SQL Server instance on the server.
Why such important counters as Disk Bytes/sec, Avg Disk sec/Read, ...Write, Available MBytes are missing?
Is there a guideline or or scripts available for this ?
Thanks