Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

GridLink Data Source Instance: Monitoring: Statistics

Column Display     Related Tasks     Related Topics

This page displays statistics associated with this GridLink data source instances. 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

Signature

The signature that uniquely identifies the instance.

MBean Attribute:
JDBCOracleDataSourceInstanceRuntimeMBean.Signature

Current Weight

The current weight of the instance.

MBean Attribute:
JDBCOracleDataSourceInstanceRuntimeMBean.CurrentWeight

Affinity Enabled

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

MBean Attribute:
JDBCOracleDataSourceInstanceRuntimeMBean.AffEnabled

Leaked Connection Count

The number of leaked connections. A leaked connection is a connection that was reserved from the data source but was not returned to the data source by calling close().

MBean Attribute:
JDBCOracleDataSourceRuntimeMBean.LeakedConnectionCount

Active Connections Current Count

The number of connections currently in use by applications.

MBean Attribute:
JDBCOracleDataSourceRuntimeMBean.ActiveConnectionsCurrentCount

Active Connections High Count

Highest number of active database connections in this instance of the data source since the data source was instantiated.

Active connections are connections in use by an application.

MBean Attribute:
JDBCOracleDataSourceRuntimeMBean.ActiveConnectionsHighCount

Active Connections Average Count

Average number of active connections in this instance of the data source.

Active connections are connections in use by an application. This value is only valid if the resource is configured to allow shrinking.

MBean Attribute:
JDBCOracleDataSourceRuntimeMBean.ActiveConnectionsAverageCount

Reserve Request Count

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

MBean Attribute:
JDBCOracleDataSourceInstanceRuntimeMBean.ReserveRequestCount

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

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 Capacity

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

MBean Attribute:
JDBCOracleDataSourceInstanceRuntimeMBean.CurrCapacity

Current Capacity High Count

Highest number of database connections available or in use (current capacity) in this instance of the data source since the data source was deployed.

MBean Attribute:
JDBCOracleDataSourceRuntimeMBean.CurrCapacityHighCount

Number Available

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

MBean Attribute:
JDBCOracleDataSourceInstanceRuntimeMBean.NumAvailable

Highest Number Available

Highest number of database connections that were idle and available to be used by an application at any time in this instance of the data source since the data source was deployed.

MBean Attribute:
JDBCOracleDataSourceRuntimeMBean.HighestNumAvailable

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

Highest Number Unavailable

Highest number of database connections that were in use by applications or being tested by the system in this instance of the data source since the data source was deployed.

MBean Attribute:
JDBCOracleDataSourceRuntimeMBean.HighestNumUnavailable

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

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

Related Tasks

Related Topics


Back to Top