Admin: Database Pools

From Resin 3.0

Jump to: navigation, search


The Database Pools section of the summary page gives an overview of the Resin-managed JDBC pools.

Database Pools values

name
The JNDI name as configured in the <database> tag
Connections-Active
The current number of JDBC Connections opened by the application
Connections-Idle
The current number of JDBC Connections in the pool, ready to be used.
Connections-Created
Measures the effectiveness of the pool. The new connection count to the database, as a percentage of connections used by the application. The xx/yy value counts the number of new connections to the number of getConnection requests.
Connections-Failed
The number of failed connection creates to the database
Config-max-connections
The configured maximum connections in the pool.
Config-idle-time
The configured maximum connection idle time in the pool.
Personal tools