Monitoring Resource Usage

SQL Server provides three dynamic management views you can use to view and monitor your Resource Governor configuration:

sys.dm_resource_governor_workload_groupsReturns workload group statistics along with the current in-memory configuration of the workload groups.

sys.dm_resource_governor_resource_poolsReturns information about current state of your resource pools and resource pool statistics.

sys.dm_resource_governor_configurationReturns the in-memory configuration state of the Resource Governor. Output is the same as the sys.resource_governor_configuration system catalog view.

For example, the following query against the sys.dm_resource_governor_resource_pools DMV returns the configuration settings for ...

Get Microsoft® SQL Server 2008 R2 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.