| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Keep_Alive_Hits |
Indicates the number of times a request was successfully received from a connection that was kept alive during last measurement period.
|
Number |
|
| No_of_Connections_Added |
Indicates the current number of connections in keep-alive mode. |
Number |
|
| Maximum_Connection_Size |
Indicates the maximum number of connections allowed in keep-alive mode simultaneously. |
Number |
|
| No_of_Conns_Flushed |
Indicates the number of times the server close a connection as when the total number of connections that are added exceedes the keep-alive maximum connections setting during last measurement period. |
Number |
The server does not close existing connections when the keep-alive count exceeds the maximum connection size. Instead, new keep-alive connections are refused and the number of connections refused count is incremented.
|
| No_of_Conns_Refused |
Indicates the number of times the server could not complete the connection to a keep-alive thread during last measurement period. |
Number |
Possibly due to too many persistent connections (or when total number of connections added exceeds the keep-alive maximum connections setting).
|
| Keep_Alive_Timeouts |
Indicates the number of times the server closes idle keep-alive connections as the client connections will be timed out without any activity during last measurement period. |
Number |
|
| Connection_Timeout |
Indicates the time before idle keep-alive connections are closed. |
Secs |
|