sp_clusterlockusage

Description

In cluster environments – reports on the free, used, and retained locks in the cluster.

Syntax

sp_clusterlockusage

Examples

Example 1

Reports the locks currently used in the cluster:

Lock Usage                        count    % of total
-------------------------  ------------  ------------
Total Locks                       95039           n/a
  Free Locks                      85807       90.29 %
  Used Locks                       9232        9.71 %
    Object Locks                   4032        4.24 %
    Physical Locks                  233        0.25 %
    Table Locks                       0        0.00 %
    Page Locks                        0        0.00 %
    Row Locks                        17        0.02 %
    Others                          501        0.53 %
  Retention Used                      0        0.00 %

Usage