eG Monitoring
 

Measures reported by JbConnPoolTest

This test monitors the various connection pools configured in JBoss server.

Measurement Description Measurement Unit Interpretation
Conn_created_count The total number of connections created since the start of the connection pool Number  
Curr_conn_count The number of connections currently in the pool Number  
Conn_in_use_count The number of connections that are currently in use Number If the value of this measure reaches that of the Curr_conn_count measure, then it indicates that the pool requires resizing.
Conn_destroyed_count The number of connections that were destroyed since the start of the server Number  
Max_conn_in_use_count The high water mark of the connections in use count Number  
Avail_conn_count The number of connections that are currently available in the pool for clients to use Number Ideally, this value should be high.
Min_conn_size The minimum value of the number of connections in the pool since the start of the pool Number  
Max_conn_size The maximum value of the number of connections in the pool since the start of the pool Number