Which of the following represents number of times the operation acquired the lock in the specified mode?

A)  system.profile.locks.acquireCount
B)  system.profile.locks.Count
C)  system.profile.locks.acquireWaitCount
D)  None of the above

Correct Answer :   system.profile.locks.acquireCount


Explanation : system.profile.locks.acquireWaitCount is number of times the operation had to wait for the acquireCount lock acquisitions because the locks were held in a conflicting mode. acquireWaitCount is less than or equal to acquireCount.