| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Active_requests |
The number of requests that are actively executing. If the regulator is enabled, this value will never exceed the value of RegulatorMaxActive on the TP. When a new request arrives, the server checks to see if it is already processing the maximum number of requests. If it has reached the limit, it defers processing new requests until the number of active requests drops below the maximum amount. |
Number |
The number of active requests should ramp up as new users are added and remain constant once the highest load is reached. |
| Avg_request_wait_time |
The average time for which requests that began active execution in the past second had to wait on the Regulator |
Secs |
  |
| Timed_out_requests |
The number of requests that timed out in the past second while waiting to become active |
Reqs/Sec |
A high value of this measure generally means that there are too many users on the system and response times will be high. |
| Waiting_requests |
The number of requests that are waiting to begin active execution |
Number |
If the value of this measure increases then it indicates that the time that will be spent on processing the transactions will increase as well. |