Admin Database Connections

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
Ferg (Talk | contribs)
(New page: == 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 conn...)
Newer edit →

Revision as of 22:46, 10 July 2009

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
Personal tools