You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added additional SQL Server performance counters (#3770)
* Included system databases in server properties, added backup/restore throughput counter, error counters, and user settable counters.
* Added more resource governor counters.
* Added Target and Total Server Memory counters.
* Removed the c_type tag from the performance counters query, added more documentation instead.
-*Memory*: PLE, Page reads/sec, Page writes/sec, + more
91
91
-*TempDB*: Free space, Version store usage, Active temp tables, temp table creation rate, + more
92
-
-*Resource Governor*: CPU Usage, Requests/sec, Queued Requests, and Blocked tasks per workload group
92
+
-*Resource Governor*: CPU Usage, Requests/sec, Queued Requests, and Blocked tasks per workload group + more
93
93
-*Server properties*: Number of databases in all possible states (online, offline, suspect, etc.), cpu count, physical memory, SQL Server service uptime, and SQL Server version
94
94
-*Wait stats*: Wait time in ms, number of waiting tasks, resource wait time, signal wait time, max wait time in ms, wait type, and wait category. The waits are categorized using the sasme categories used in Query Store.
95
95
96
+
The following metrics can be used directly, with no delta calculations:
0 commit comments