This blog is part of the blog series named SQL Server Monitoring.
Purpose
To show the CPU % as controlled by the Resource Governor over time.
Sources
This feature queries the DMV sys.dm_os_performance_counters which returns a row per performance counter that is in the master data table dbo.fhsmPerfmonCounters.
Report
The report has 2 clustered column charts, where the left are showing data based on resource pool data, and the right are showing data based on workload group data.

Model
The model for the report uses the fact [Performance statistics] and the dimensions [Date], [Time] and [Performance counter].
It is the same model that are used by the Always On traffic and Performance statistics report.

Configuration
There is no configuration for this feature.
Scheduling
The default schedule for the feature is every 5 minutes (300 seconds).
Retention
The default retention for the table dbo.fhsmPerfmonStatistics is 60 days.