Skip navigation.

Administration Console Online Help

PreviousNextvertical dots separating previous/next from contents/index/pdfContents

EJB: Monitoring: Entity EJBs

Column Display     Related Tasks     Related Topics

This page displays a variety of statistics about the performance of the entity EJB. Use the runtime information for tuning and debugging the EJB.

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
Name

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

MBean Attribute:
EntityCacheRuntimeMBean.Name

Total Current Entries

Provides a count of the total current number of entries in the entity cache.

Returns the total current number of entries in the entity cache.

MBean Attribute:
EntityCacheRuntimeMBean.TotalCurrentEntries

Total Persistent Current Entries

Provides a count of the total current number of entries in the cache that have been persisted to disk.

Returns the total current number of entries in the cache that have been persisted to disk.

MBean Attribute:
EntityCacheRuntimeMBean.TotalPersistentCurrentEntries

Total Transient Current Entries

Provides a count of the total current number of transient (not yet persisted to disk) entries in the entity cache.

Returns the total current number of transient entries in the entity cache.

MBean Attribute:
EntityCacheRuntimeMBean.TotalTransientCurrentEntries

Avg Percent Transient

Provides the current average percentage of entries in the entity cache that are transient, or have not been persisted.

Returns current average percentage of entries in the entity cache that are transient, or have not been persisted.

MBean Attribute:
EntityCacheRuntimeMBean.AvgPercentTransient

Avg Percent Persistent

Provides the current average percentage of entries in the entity cache that have been persisted to the disk cache.

Returns current average percentage of entries in the entity cache that have been persisted to the disk cache.

MBean Attribute:
EntityCacheRuntimeMBean.AvgPercentPersistent

Avg Timeout

Provides the average amount of time that the entity cache has timed out when trying to retrieve an entity.

Returns the average amount of time that the entity cache has timed out when trying to retrieve an entity.

MBean Attribute:
EntityCacheRuntimeMBean.AvgTimeout

Min Entry Timeout

Provides the smallest timeout value for any current entry in the entity cache.

Returns the smallest timeout value for any current entry in the entity cache.

MBean Attribute:
EntityCacheRuntimeMBean.MinEntryTimeout

Max Entry Timeout

Provides the largest timeout value for any current entry in the entity cache.

Returns the largest timeout value for any current entry in the entity cache.

MBean Attribute:
EntityCacheRuntimeMBean.MaxEntryTimeout

Avg Per Entry Memory Size

Provides the current average size of the entries in the entity memory cache.

Returns the current average size of the entries in the entity memory cache.

MBean Attribute:
EntityCacheRuntimeMBean.AvgPerEntryMemorySize

Max Entry Memory Size

Provides the current maximum size of the entries in the entity memory cache.

Returns the current maximum size of the entries in the entity memory cache.

MBean Attribute:
EntityCacheRuntimeMBean.MaxEntryMemorySize

Min Entry Memory Size

Provides the current minimum size of the entries in the entity memory cache.

Returns the current minimum size of the entries in the entity memory cache.

MBean Attribute:
EntityCacheRuntimeMBean.MinEntryMemorySize

Avg Per Entry Disk Size

Provides the current average size of the entries in the entity disk cache.

Returns the current average size of the entries in the entity disk cache.

MBean Attribute:
EntityCacheRuntimeMBean.AvgPerEntryDiskSize

Related Tasks

Related Topics

 

Skip navigation bar   Back to Top