Sql-server – How to find which SQL server instance is consumimg more CPU on 4 node / 20 instance Windows cluster

clusteringperformancesql serversql-server-2012windows

I want to know which sql server instance is consuming more CPU on a 4 node active -active – active – active windows cluster. ?

situation: Windows cluster – 4 Node
all active, each node has 5 sql server instances, i want to check the CPU utilization of all the active instances, any help ?

Best Answer

Glenn Berry has a set of DMV scripts, in each of them there is a CPU utilization for the last 256 minutes for the instance (query number 40 for SQL 2016 script). Run this on each instance. And if you have CMS setup correctly, you can run the script against a group of instances at the same time. the link to Glenn Berry's page: http://www.sqlskills.com/blogs/glenn/sql-server-diagnostic-information-queries-for-september-2016/