Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Resource Adapter: Monitoring: Outbound Connection Pools

Buttons     Column Display     Related Tasks     

This page displays a list of Outbound Connection Pools for this resource adapter, with statistics about the pool's connections.

Buttons

Name Description
Refresh icon

Causes the Administration Console to periodically poll the resource monitored by this page and refresh the display.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Outbound Connection Pool

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

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.JNDIName

State

Get the state of the pool.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.State

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

Runtime Transaction Support

The real transaction support level in use at runtime.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.RuntimeTransactionSupport

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

Test Result

Test all the available connections in the pool. Returns true if all the connections passed the test and false it at least one failed the test.

Server

An alphanumeric name for this server instance. (Spaces are not valid.)

The name must be unique for all configuration objects in the domain. Within a domain, each server, machine, cluster, JDBC connection pool, virtual host, and any other resource type must be named uniquely and must not use the same name as the domain.

The server name is not used as part of the URL for applications that are deployed on the server. It is for your identification purposes only. The server name displays in the Administration Console, and if you use WebLogic Server command-line utilities or APIs, you use this name to identify the server.

After you have created a server, you cannot change its name. Instead, clone the server and provide a new name for the clone.

MBean Attribute:
ServerMBean.Name

Changes take effect after you redeploy the module or restart the server.

Machine

The WebLogic Server host computer (machine) on which this server is meant to run.

If you want to use a Node Manager to start this server, you must assign the server to a machine and you must configure the machine for the Node Manager.

You cannot change this value if a server instance is already running.

MBean Attribute:
ServerMBean.Machine

Changes take effect after you redeploy the module or restart the server.

Application

The name of the Enterprise application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

Related Tasks


Back to Top