Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Outbound Connection Pool: Monitoring: Statistics

Column Display     

This page displays the outbound connection pools for this resource adapter, with statistics about each pool's connections.

Column Display

Name Description
Outbound Connection Pool

The name of the oubound connection pool.

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.

For more information on server naming conventions, see Server Name Restrictions in Understanding Domain Configuration for Oracle WebLogic Server.

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 Node Manager to start this server, you must assign the server to a machine and you must configure the machine for 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 application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

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

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


Back to Top