ajparise 732b99a066 Properly escape the Current_Time column 8 years ago
..
README.md 08d9165b6c Corrected typo in README 8 years ago
view_Latches.sql 732b99a066 Properly escape the Current_Time column 8 years ago
view_Waits.sql eec8060e72 Added new scripts 8 years ago

README.md

Purpose: Identify where your system is hurting using wait and latch stats, categorizing the most common wait types and latch classes.

In the output for view_Waits.sql, you will find the following information in 4 sections:

  • Uptime Information
  • Waits over last xx seconds (default is 60s).
  • Waits since server last restarted or DMV was manually cleared using DBCC SQLPERF("sys.dm_os_wait_stats",CLEAR).
  • Current waiting tasks.

In the output for view_Latches.sql, you will find the following information in 3 sections:

  • Uptime Information
  • Latches over last xx seconds (default is 60s).
  • Latches since server last restarted or DMV was manually cleared using DBCC SQLPERF("sys.dm_os_latch_stats",CLEAR).