Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

XML Entity Cache: Current

Column Display     

This page lists information about the current state of this XML entity cache for all of the currently running servers that use it.

For each XML entity cache, you can monitor a set of statistics that describes how the cache is being used and its effectiveness. These statistics describe:

Column Display

Name Description
Server Name

The name of the server this XML entity cache is running on.

Name

The name of the XML entity cache.

Memory Usage

Provides the current size of the entity memory cache.

Returns current size of the entity memory cache.

MBean Attribute:
EntityCacheCurrentStateRuntimeMBean.MemoryUsage

Disk Usage

Provides the current size of the entity disk cache.

Returns the current size of the entity disk cache.

MBean Attribute:
EntityCacheCurrentStateRuntimeMBean.DiskUsage

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

Average 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

Average 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

Average 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


Back to Top