Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

JDBC Store: Monitoring: Statistics

Column Display     

Use this page to view runtime statistics for this JDBC store.

Column Display

Name Description
Create Count

Number of create requests issued by this store.

MBean Attribute:
PersistentStoreRuntimeMBean.CreateCount

Read Count

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

MBean Attribute:
PersistentStoreRuntimeMBean.ReadCount

Update Count

Number of update requests issued by this store.

MBean Attribute:
PersistentStoreRuntimeMBean.UpdateCount

Delete Count

Number of delete requests issued by this store.

MBean Attribute:
PersistentStoreRuntimeMBean.DeleteCount

Physical Write Count

Number of times the store flushed its data to durable storage.

MBean Attribute:
PersistentStoreRuntimeMBean.PhysicalWriteCount


Back to Top