WildFly DataSource Monitoring: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * WildFly Monitoring =Relevance= * EAP 6.4.10 =JMX Monitoring= ==Connection Pool Statistics== "jboss.as:subsystem=datasources,x...")
 
m (Ovidiu moved page WildFly Database Connection Pools Monitoring to WildFly DataSource Monitoring without leaving a redirect)
(No difference)

Revision as of 16:35, 10 May 2017

Internal

Relevance

  • EAP 6.4.10

JMX Monitoring

Connection Pool Statistics

"jboss.as:subsystem=datasources,xa-data-source=<ds-name>,statistics=pool"

ActiveCount

AvailableCount

AverageBlockingTime

AverageCreationTime

CreatedCount

DestroyedCount

InUseCount

MaxCreationTime

MaxUsedCount

MaxWaitCount

MaxWaitTime

TimedOut

TotalBlockingTime

TotalCreationTime

Prepared Statements Statistics

"jboss.as:subsystem=datasources,xa-data-source=<ds-name>,statistics=jdbc"

PreparedStatementCacheAccessCount

PreparedStatementCacheAddCount

PreparedStatementCacheCurrentSize

PreparedStatementCacheDeleteCount

PreparedStatementCacheHitCount

PreparedStatementCacheMissCount