HTTP Provider Service
This component describes the monitored data for the HTTP calls. The number of HTTP connections is provided within the monitoring of the HTTP Provider Service. For more information, see HTTP Provider Service in the Administration Manual.
Dispatcher
Monitored Unit |
Description |
Current open connections |
|
Keep-Alive waiting |
All open TCP connections that are waiting for HTTP request from a client after a response with "Connection: Keep-alive" header. |
Reading request |
All open TCP connections that read HTTP request from a client. |
Reading response |
All open TCP connections that read HTTP response from a server. |
Skipping request |
All open TCP connections that skip the HTTP request from a client after the response has been sent. |
Total count |
All open TCP connections that are not yet closed. |
Total connections |
|
Closed by client |
All TCP connections closed by client since this monitoring was enabled. |
Closed by server: Connection-close |
All TCP connections closed by dispatcher due to "Connection: close" directive being sent since this monitoring was enabled. |
Closed by server: Timeout |
All TCP connections closed by dispatcher due to a client inactivity timeout since this monitoring was enabled. |
Total count |
All TCP connections since this monitoring was enabled. |
Total requests |
|
Avg request-response time |
Average request-response time. |
Avg requests per connection rate |
Approximate number of HTTP requests received from clients per TCP connection since this monitoring was enabled. |
Total count |
All HTTP requests received from clients since this monitoring was enabled. |
Server
Monitored Unit |
Description |
General |
|
AllRequestsCount |
The number of all requests since the server startup |
ResponsesFromCacheCount |
The number of all responses which have coma from the cache |
Returned Response Codes |
|
ResponsesCount |
The number of all responses that have returned this response code |
Used Request Methods |
|
RequestsCount |
The number of all requests using this method since the startup |