Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Replicated Store: Monitoring: Connections

Column Display     

Use this page to view runtime statistics for all active replicated store connections.

Column Display

Name Description
Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean Attribute:
PersistentStoreConnectionRuntimeMBean.Name

Create Count

Number of create requests issued by this connection.

MBean Attribute:
PersistentStoreConnectionRuntimeMBean.CreateCount

Read Count

Number of read requests issued by this connection, including requests that occur during store initialization.

MBean Attribute:
PersistentStoreConnectionRuntimeMBean.ReadCount

Update Count

Number of update requests issued by this connection.

MBean Attribute:
PersistentStoreConnectionRuntimeMBean.UpdateCount

Delete Count

Number of delete requests issued by this connection.

MBean Attribute:
PersistentStoreConnectionRuntimeMBean.DeleteCount

Object Count

Number of objects contained in the connection.

MBean Attribute:
PersistentStoreConnectionRuntimeMBean.ObjectCount


Back to Top