eG Monitoring
 

Measures reported by SWSConnQueueTest

The SWSConnQueueTest provides connection queue statistics for the process of the instance. Connection queue information shows the number of sessions in the connection queue, and the average delay before the connection is accepted by the request processing thread.

 The measures made by this test are as follows:

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