In the table below, you will find the parameters description shown in the NGINX-Stats section.
Parameter: | Description: |
Active connections | The current number of active client connections including Waiting connections. |
Accepts | The total number of accepted client connections. |
Handled | The total number of handled connections. The value of Handled parameter is equal to the value of Accepts parameter unless some resource limits have been reached (for example, the worker_connections limit). |
Requests | The total number of client requests. |
Reading | The current number of connections where NGINX is reading the request header. |
Writing | The current number of connections where NGINX is sending a response back to the client. |
Waiting | The current number of idle client connections waiting for a request. |