Title |
Definition |
Contention (per sec) |
The rate at which threads in the runtime attempt to acquire a lock unsuccessfully. |
Contention (Total) |
The total number of times threads in the runtime have attempted to acquire a lock unsuccessfully since the program began executing. |
Queue Length (Instantaneous) |
The average number of threads that are currently waiting to acquire a lock. |
Queue Length (Total) |
The average number of threads that waited to acquire a lock or are waiting to acquire a lock. The average is computed over all waits on locks since the program began executing. |