|
Measures reported by AspLockThreadTest The AspLockThreadTest provides information about managed locks and threads that an application uses. The measures
made by this test are as
follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Curr_logical_threads
|
The number of current managed thread objects in the application. This measure maintains the count of both running and stopped threads. |
Number
|
 
|
| Curr_physical_threads
|
The number of native operating system threads created and owned by the common language runtime to act as underlying threads for managed thread objects. This measure does not include the threads used by the runtime in its internal operations. |
Number
|
 
|
| Curr_recognized_threads
|
The number of threads that are currently recognized by the runtime. These threads are associated with a corresponding managed thread object. |
Number
|
 
|
| Contention_rate
|
The rate at which threads in the runtime attempt to acquire a managed lock unsuccessfully
|
Rate/Sec
|
 
|
| Current_queue_length
|
The total number of threads that are currently waiting to acquire a managed lock in the application.
|
Number
|
 
|
|