Skip to content

Commit 3211c9b

Browse files
authored
Merge pull request BrentOzarULTD#819 from BrentOzarULTD/issue_817/brent
BrentOzarULTD#817 sp_BlitzFirst warn on Hekaton activity
2 parents d798761 + 70040a2 commit 3211c9b

File tree

2 files changed

+208
-120
lines changed

2 files changed

+208
-120
lines changed

Documentation/sp_BlitzFirst Checks by Priority.md

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,36 @@ If you want to change anything about a check - the priority, finding, URL, or ID
88

99
| Priority | FindingsGroup | Finding | URL | CheckID |
1010
|----------|---------------------------------|---------------------------------------|-------------------------------------------------|----------|
11-
| 1 | Maintenance Tasks Running | Backup Running | http://BrentOzar.com/askbrent/backups | 1 |
12-
| 1 | Maintenance Tasks Running | DBCC CHECK* Running | http://BrentOzar.com/askbrent/dbcc | 2 |
13-
| 1 | Maintenance Tasks Running | Restore Running | http://BrentOzar.com/askbrent/backups | 3 |
14-
| 1 | Outdated sp_BlitzFirst | sp_BlitzFirst is Over 6 Months Old | http://BrentOzar.com/askbrent/ | 27 |
15-
| 1 | Query Problems | Long-Running Query Blocking Others | http://BrentOzar.com/go/blocking | 5 |
16-
| 1 | Query Problems | Query Rolling Back | http://BrentOzar.com/go/rollback | 9 |
17-
| 1 | Query Problems | Sleeping Query with Open Transactions | http://BrentOzar.com/go/sleeping | 8 |
18-
| 1 | SQL Server Internal Maintenance | Data File Growing | http://BrentOzar.com/go/instant | 4 |
19-
| 1 | SQL Server Internal Maintenance | Log File Growing | http://BrentOzar.com/go/logsize | 13 |
20-
| 1 | SQL Server Internal Maintenance | Log File Shrinking | http://BrentOzar.com/go/logsize | 14 |
21-
| 40 | Table Problems | Forwarded Fetches/Sec High | http://BrentOzar.com/go/fetch | 29 |
22-
| 10 | Server Performance | Poison Wait Detected | http://BrentOzar.com/go/poison | 30 |
23-
| 50 | Query Problems | Compilations/Sec High | http://BrentOzar.com/go/compile | 15 |
24-
| 50 | Query Problems | Plan Cache Erased Recently | http://BrentOzar.com/go/freeproccache | 7 |
25-
| 50 | Query Problems | Re-Compilations/Sec High | http://BrentOzar.com/go/recompile | 16 |
26-
| 50 | Server Performance | High CPU Utilization | http://BrentOzar.com/go/cpu | 24 |
27-
| 50 | Server Performance | High CPU Utilization - Non SQL Processes | http://BrentOzar.com/go/cpu | 28 |
28-
| 50 | Server Performance | Page Life Expectancy Low | http://BrentOzar.com/go/ple | 10 |
29-
| 50 | Server Performance | Slow Data File Reads | http://BrentOzar.com/go/slow | 11 |
30-
| 50 | Server Performance | Slow Log File Writes | http://BrentOzar.com/go/slow | 12 |
31-
| 200 | Wait Stats | (One per wait type) | http://BrentOzar.com/sql/wait-stats/#(waittype) | 6 |
32-
| 210 | Query Stats | Plan Cache Analysis Skipped | http://BrentOzar.com/go/topqueries | 18 |
33-
| 210 | Query Stats | Top Resource-Intensive Queries | http://BrentOzar.com/go/topqueries | 17 |
34-
| 250 | Server Info | Batch Requests per Second | http://BrentOzar.com/go/measure | 19 |
35-
| 250 | Server Info | Re-Compiles per Second | http://BrentOzar.com/go/measure | 26 |
36-
| 250 | Server Info | SQL Compilations/sec | http://BrentOzar.com/go/measure | 25 |
37-
| 250 | Server Info | Wait Time per Core per Second | http://BrentOzar.com/go/measure | 20 |
11+
| 1 | Maintenance Tasks Running | Backup Running | https://BrentOzar.com/askbrent/backups | 1 |
12+
| 1 | Maintenance Tasks Running | DBCC CHECK* Running | https://BrentOzar.com/askbrent/dbcc | 2 |
13+
| 1 | Maintenance Tasks Running | Restore Running | https://BrentOzar.com/askbrent/backups | 3 |
14+
| 1 | Outdated sp_BlitzFirst | sp_BlitzFirst is Over 6 Months Old | https://BrentOzar.com/askbrent/ | 27 |
15+
| 1 | Query Problems | Long-Running Query Blocking Others | https://BrentOzar.com/go/blocking | 5 |
16+
| 1 | Query Problems | Query Rolling Back | https://BrentOzar.com/go/rollback | 9 |
17+
| 1 | Query Problems | Sleeping Query with Open Transactions | https://BrentOzar.com/go/sleeping | 8 |
18+
| 1 | SQL Server Internal Maintenance | Data File Growing | https://BrentOzar.com/go/instant | 4 |
19+
| 1 | SQL Server Internal Maintenance | Log File Growing | https://BrentOzar.com/go/logsize | 13 |
20+
| 1 | SQL Server Internal Maintenance | Log File Shrinking | https://BrentOzar.com/go/logsize | 14 |
21+
| 10 | Server Performance | Poison Wait Detected | https://BrentOzar.com/go/poison | 30 |
22+
| 40 | Table Problems | Forwarded Fetches/Sec High | https://BrentOzar.com/go/fetch | 29 |
23+
| 50 | In-Memory OLTP | Garbage Collection in Progress | https://BrentOzar.com/go/garbage | 31 |
24+
| 50 | Query Problems | Compilations/Sec High | https://BrentOzar.com/go/compile | 15 |
25+
| 50 | Query Problems | Plan Cache Erased Recently | https://BrentOzar.com/go/freeproccache | 7 |
26+
| 50 | Query Problems | Re-Compilations/Sec High | https://BrentOzar.com/go/recompile | 16 |
27+
| 50 | Server Performance | High CPU Utilization | https://BrentOzar.com/go/cpu | 24 |
28+
| 50 | Server Performance | High CPU Utilization - Non SQL Processes | https://BrentOzar.com/go/cpu | 28 |
29+
| 50 | Server Performance | Page Life Expectancy Low | https://BrentOzar.com/go/ple | 10 |
30+
| 50 | Server Performance | Slow Data File Reads | https://BrentOzar.com/go/slow | 11 |
31+
| 50 | Server Performance | Slow Log File Writes | https://BrentOzar.com/go/slow | 12 |
32+
| 100 | In-Memory OLTP | Transactions aborted | https://BrentOzar.com/go/aborted | 32 |
33+
| 100 | Query Problems | Suboptimal Plans/Sec High | https://BrentOzar.com/go/suboptimal | 33 |
34+
| 200 | Wait Stats | (One per wait type) | https://BrentOzar.com/sql/wait-stats/#(waittype) | 6 |
35+
| 210 | Query Stats | Plan Cache Analysis Skipped | https://BrentOzar.com/go/topqueries | 18 |
36+
| 210 | Query Stats | Top Resource-Intensive Queries | https://BrentOzar.com/go/topqueries | 17 |
37+
| 250 | Server Info | Batch Requests per Second | https://BrentOzar.com/go/measure | 19 |
38+
| 250 | Server Info | Re-Compiles per Second | https://BrentOzar.com/go/measure | 26 |
39+
| 250 | Server Info | SQL Compilations/sec | https://BrentOzar.com/go/measure | 25 |
40+
| 250 | Server Info | Wait Time per Core per Second | https://BrentOzar.com/go/measure | 20 |
3841
| 251 | Server Info | CPU Utilization | | 23 |
3942
| 251 | Server Info | Database Count | | 22 |
4043
| 251 | Server Info | Database Size, Total GB | | 21 |

0 commit comments

Comments
 (0)