Extend the platform,
empower your team.
Application server method of pooling and sharing connections to a database.
ExtensionSeveral built-in OneAgent extensions provide insight into connection pool performance and issues such as connection leaks. The extensions cover the following technologies: Apache Tomcat, Oracle WebLogic, IBM WebSphere Application Server, IBM WebSphere Liberty, and Red Hat JBoss and Wildfly.
This extension collects connection pool performance, usage and availability metrics for Oracle Weblogic.
Prerequisites:
To get metric insight:
Java Metric Extensions 2.0 (JMX)
.Below is a complete list of the feature sets provided in this version. To ensure a good fit for your needs, individual feature sets can be activated and deactivated by your administrator during configuration.
Metric name | Metric key | Description | Unit |
---|---|---|---|
Statement cache size | weblogic.connectionPool.prepStmtCacheCurrentSize | - | Count |
Statement cache hits | weblogic.connectionPool.prepStmtCacheHitCount.count | - | Count |
Statement cache misses | weblogic.connectionPool.prepStmtCacheMissCount.count | - | Count |
Metric name | Metric key | Description | Unit |
---|---|---|---|
Stuck thread count | weblogic.stuckThreads | - | Count |
Metric name | Metric key | Description | Unit |
---|---|---|---|
Active connections | weblogic.connectionPool.activeConnectionsCurrentCount | - | Count |
Current capacity | weblogic.connectionPool.currCapacity | - | Count |
Leaked connections | weblogic.connectionPool.leakedConnectionCount.count | - | Count |
Available connections (idle) | weblogic.connectionPool.numAvailable | - | Count |
Waiting for connections | weblogic.connectionPool.waitingForConnectionCurrentCount | - | Count |
Failed connection requests | weblogic.connectionPool.failedReserveRequestCount.count | - | Count |
Reconnection failures | weblogic.connectionPool.failuresToReconnectCount.count | - | Count |
Requests for connections | weblogic.connectionPool.reserveRequestCount.count | - | Count |
Metric name | Metric key | Description | Unit |
---|---|---|---|
Current message count | weblogic.currentMessages | - | Count |
Pending message count | weblogic.pendingMessages | - | Count |
Metric name | Metric key | Description | Unit |
---|---|---|---|
Max capacity | weblogic.connectionPool.maxCapacity | - | Count |
Added three new metrics:
Fixed a bug with metric keys that solves:
EF1 to EF2 Weblogic Connection Pool conversion: