added new counter - Lock Timeouts (timeout > 0)/sec (#7808)
This commit is contained in:
parent
63dde6f733
commit
211c2369aa
|
|
@ -798,6 +798,7 @@ SET @SqlStatement = @SqlStatement + CAST(N' WHERE (
|
|||
instance_name IN (''_Total'')
|
||||
AND counter_name IN (
|
||||
''Lock Timeouts/sec'',
|
||||
''Lock Timeouts (timeout > 0)/sec'',
|
||||
''Number of Deadlocks/sec'',
|
||||
''Lock Waits/sec'',
|
||||
''Latch Waits/sec''
|
||||
|
|
|
|||
Loading…
Reference in New Issue