Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

GridLink Data Source: Monitoring: Instances

Column Display     

This page displays statistics associated with this GridLink data source instance. Use this page to monitor the activity of the data source.

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
Instance Name

The name of this instance.

MBean Attribute:
JDBCOracleDataSourceInstanceRuntimeMBean.InstanceName

State

The current state of the data source.

Possible states are:

  • Running

    - the data source is enabled (deployed and not Suspended). This is the normal state of the data source. This state includes conditions when the database server is not available and the data source is created (creation retry must be enabled) or when all connections have failed connection tests (on creation, on reserve, or periodic testing).

  • Suspended

    - the data source has been disabled.

  • Shutdown

    - the data source is shutdown and all database connections have been closed.

  • Overloaded

    - all resources in pool are in use.

  • Unknown

    - the data source state is unknown.

MBean Attribute:
JDBCDataSourceRuntimeMBean.State

Current Capacity

The current count of JDBC connections in the connection pool in the data source for this instance.

MBean Attribute:
JDBCOracleDataSourceInstanceRuntimeMBean.CurrCapacity

Number Available

The number of database connections currently available (not in use) in this data source for this instance.

MBean Attribute:
JDBCOracleDataSourceInstanceRuntimeMBean.NumAvailable

Active Connections Current Count

The number of connections currently in use by applications.

MBean Attribute:
JDBCOracleDataSourceRuntimeMBean.ActiveConnectionsCurrentCount

Affinity Enabled

The value from the latest load-balancing advisory aff flag for a GridLink data source instance.

MBean Attribute:
JDBCOracleDataSourceInstanceRuntimeMBean.AffEnabled

Connections Total Count

The cumulative total number of database connections created in this instance since the data source was deployed.

MBean Attribute:
JDBCOracleDataSourceInstanceRuntimeMBean.ConnectionsTotalCount

Current Weight

The current weight of the instance.

MBean Attribute:
JDBCOracleDataSourceInstanceRuntimeMBean.CurrentWeight

Enabled

Indicates whether the instance is enabled or disabled:

  • true if the instance is enabled.

  • false if the instance is disabled.

MBean Attribute:
JDBCOracleDataSourceInstanceRuntimeMBean.Enabled

Failed Reserve Request Count

The cumulative, running count of requests for a connection from this data source that could not be fulfilled.

MBean Attribute:
JDBCOracleDataSourceRuntimeMBean.FailedReserveRequestCount

Number Unavailable

The number of database connections that are currently unavailable (in use or being tested by the system) in this instance.

MBean Attribute:
JDBCOracleDataSourceInstanceRuntimeMBean.NumUnavailable

Reserve Request Count

The cumulative, running count of requests for a connection from this instance.

MBean Attribute:
JDBCOracleDataSourceInstanceRuntimeMBean.ReserveRequestCount

Signature

The signature that uniquely identifies the instance.

MBean Attribute:
JDBCOracleDataSourceInstanceRuntimeMBean.Signature


Back to Top