|
Measures reported by SWS ThreadPoolsTest
The SWSThreadPoolsTest provides thread pools statistics for the process of the instance.
The measures
made by this test are as
follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| No_of_Idle_Threads |
Indicates the number of threads that are currently idle.
|
Number |
|
| No_of_Threads |
Indicates the number of threads in the pool. |
Number |
|
| No_of_Requests_Queued |
Indicates the current number of requests waiting for a native thread. |
Number |
|
| Peak_Requests_Queued |
Indicates the highest number of requests that were ever queued up simultaneously for the use of a native thread since the server was started. |
Number |
This value can be viewed as the maximum concurrency for requests requiring a native thread.
|
|