Sun GlassFish Enterprise Server v3 Administration Guide

Connector Connection Pool Statistics (JMS)

Use the following dotted name pattern for JMS/Connector Service connection pool statistics:

server.connector-service.resource-adapter-1.connection-pool.statistic

JMS/Connector Service statistics available for the connector connection pools are shown in the following table.

Table 8–12 Connector Connection Pool Monitoring Statistics (JMS)

Statistic 

Data Type 

Description 

averageconnwaittime

CountStatistic 

Average wait time of connections before they are serviced by the connection pool. 

connectionrequestwaittime

RangeStatistic 

The longest and shortest wait times of connection requests. The current value indicates the wait time of the last request that was serviced by the pool. 

numconnfailedvalidation

CountStatistic 

Total number of connections in the connection pool that failed validation from the start time until the last sample time. 

numconnused

RangeStatistic 

Total number of connections that are currently being used, as well as information about the maximum number of connections that were used (the high water mark). 

numconnfree

RangeStatistic 

Total number of free connections in the pool as of the last sampling. 

numconntimedout

CountStatistic 

Total number of connections in the pool that timed out between the start time and the last sample time. 

numconncreated

CountStatistic 

Number of physical connections, in milliseconds, that were created since the last reset. 

numconndestroyed

CountStatistic 

Number of physical connections that were destroyed since the last reset. 

numconnacquired

CountStatistic 

Number of logical connections acquired from the pool. 

numconnreleased

CountStatistic 

Number of logical connections released to the pool. 

waitqueuelenght

CountStatistic 

Number of connection requests in the queue waiting to be serviced.