Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Domain: Monitoring: Deployments: Resource Adapters: Outbound Connection Pools

Column Display     

This page displays a list of outbound connection pools for resource adapters deployed in the domain, with statistics about the pool's connections.

Column Display

Name Description
Outbound Connection Pool

The configured JNDI Name for the Connection Factory using this Connector connection pool.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.JNDIName

Application

The name of the application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

State

Get the state of the pool.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.State

Health

The HealthState mbean for the application.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.HealthState

Current Connections

Number of current connections

Created Connections

The total number of Connector connections created in this Connector Pool since the pool is instantiated.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.ConnectionsCreatedTotalCount

Closed Connections

The number of connections that were closed for the connection pool.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.CloseCount

Matched Connections

The total number of times a request for a Connector connections was satisfied via the use of an existing created connection since the pool is instantiated.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.ConnectionsMatchedTotalCount

Rejected Connections

The total number of rejected requests for a Connector connections in this Connector Pool since the pool is instantiated.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.ConnectionsRejectedTotalCount

Recycled Connections

The total number of Connector connections that have been recycled in this Connector Pool since the pool is instantiated.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.RecycledTotal

Connections Destroyed by Error

Return the number of connections that were destroyed because an error event was received.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.ConnectionsDestroyedByErrorTotalCount

Connections Destroyed by Shrinking

Return the number of connections that were destroyed as a result of shrinking.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.ConnectionsDestroyedByShrinkingTotalCount

Reserved Connections

The current total active connections.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.ActiveConnectionsCurrentCount

Reserved Connections (High)

The high water mark of active connections in this Connector Pool since the pool was instantiated.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.ActiveConnectionsHighCount

Available Connections

The current total free connections.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.FreeConnectionsCurrentCount

Available Connections (High)

The high water mark of free connections in this Connector Pool since the pool was instantiated.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.FreeConnectionsHighCount

Last Shrink Time

Return the last time that the pool was shrunk.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.LastShrinkTime

Waiter Threads

Return the number of waiters.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.NumWaitersCurrentCount

Runtime Transaction Support

The real transaction support level in use at runtime.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.RuntimeTransactionSupport


Back to Top