Comments
1 comment
-
Hi Ignacio,
The description of the metric from the Analysis graph page is:Avg. Lock Wait Time: The average wait time (in milliseconds) for each lock that could not be satisfied immediately and had to wait for resources.
Equivalent PerfMon counter: SQLServer:Locks - Average Wait Time (ms).
So I believe any wait that would be included in that Perfmon counter would be included.
https://technet.microsoft.com/en-us/library/aa905137%28v=sql.80%29.aspx
I believe the top waits are collected via a different method and include some of those waits you mention.
Kind regards,
Alex
Add comment
Please sign in to leave a comment.
Now the Global overview is showing me the TOP 10 Waits and the Top 10 Queries. My question is what wait types does the Avg. Lock Wait Time include out of the Top 10 Waits. Does it include all wait types or just those specific to database transactional lock waits? Eg. does it include CXPACKET, PREEMPTIVE_OS_AUTHENTICATION, WRITELOG, SOS_SCEDULER_YIELD, DBMIRROR_EVENT_QUEUE .... or just CXPACKET, LATCH_EX, PAGEIOLATCH_SH, PAGEIOLATCH_EX...