| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Present_Conns_Queued |
Indicates the number of connections currently in the queue.
|
Number |
|
| No_of_Connections_Queued |
Indicates the number of times a connection was queued during last measurement period. |
Number |
|
| No_of_Conns_Overflowed |
Indicates the number of connections overflowed during last measurement period. |
Number |
|
| Maximum_Queue_Size |
Indicates the maximum size of the connection queue. |
Number |
The maximum queue size is the sum of thread pool queue size, maximum threads, keep-alive queue size. Once the connection queue is full, new connections are dropped.
|
| Ticks_Spent |
Indicates the amount of time that connections spent in the connection queue during last measurement period. |
seconds |
|
| Average_Queuing_Delay |
Indicates the average amount of time a connection spends in the connection queue during last measurement period. |
seconds |
|
| Peak_Queue_Size |
Indicates the largest number of connections that have been in the queue simultaneously. |
Number |
|