|
Measures reported by NativePoolTest
The native thread pool is used internally by the iPlanet web server to execute NSAPI functions that require a native thread for execution. This test reports metrics relating to the native thread pool.
The measures made by this test are as
follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Idle_count |
The number of threads that are currently idle |
Number |
  |
| Peak_count |
The peak in the native thread pool |
Number |
  |
| Limit_count |
The maximum number of native threads allowed in the thread pool |
Number |
  |
| Work_queue_length |
The current number of requests waiting for a native thread |
Number |
  |
| Peak_work_queue_length |
The highest number of requests that were ever queued up simultaneously for the use of a native thread |
Number |
  |
| Limit_work_queue_length |
The maximum number of requests that can be queued at one time to wait for a native thread |
Number |
  |
|