Admin Database Connections
From Resin 3.0
Connections
- Active - the number of Database connections currently in use
- Idle - the number of Database connections idle in the pool
- Created - pool miss ratio. Percent of connections new, total new, total connections
- Failed - number of connections failed to open a database (time is the time of last failure)
Config
- max-connections - the total maximum connections allowed
- idle-time - the maximum idle time allowed in the pool