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
Copy file name to clipboardExpand all lines: Documentation/sp_BlitzFirst_Checks_by_Priority.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ Before adding a new check, make sure to add a Github issue for it first, and hav
6
6
7
7
If you want to change anything about a check - the priority, finding, URL, or ID - open a Github issue first. The relevant scripts have to be updated too.
+' seconds. As CPU time used starts to approach 80-90%, the server can quickly become unresponsive. Be prepared to troubleshoot with the DAC.'AS Details,
3675
+
CAST(c.CpuTimeUsedSecondsASINT) AS DetailsInt
3676
+
FROM thread_time tt
3677
+
CROSSJOIN non_idle_waits niw
3678
+
CROSSJOIN cores i
3679
+
CROSSAPPLY (
3680
+
SELECTCAST(i.cpu_count*DATEDIFF(ss, tt.StartSampleTime, tt.EndSampleTime) ASDECIMAL(18,1)) AS TheoreticalMaxCpuSeconds
0 commit comments