WildFly DataSource Monitoring
Jump to navigation
Jump to search
Internal
Relevance
- EAP 6.4.10
Overview
More details about DataSources can be found here:
JMX Monitoring
JDBC DataSource connection pool and prepared statements statistics are available from the “datasources” subsystem, using the following ObjectNames:
Connection Pool Statistics
jboss.as:subsystem=datasources,xa-data-source=<ds-name>,statistics=pool
The following JMX attributes are available:
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
The following JMX attributes are available: