Administration Console Online Help
XMLEntity Cache --> Historical --> General
Tasks Related Topics Attributes
Overview
You can specify that a managed WebLogic Server cache external entities that are referenced with a URL or a pathname relative to the Administration server, either at server-startup or when the entity is first referenced.
Caching the external entity in the managed WebLogic Server saves the remote access time and provides a local backup in the event that the Administration server cannot be accessed while an XML document is being parsed, due to the network or the Administration server being down.
A set of statistics that describes the external entity cache is available for you to use to monitor the effectiveness of the cache. These statistics describe:
- The current state of the cache.
- The cumulative activity for the current session.
- The cumulative activity since the cache was created, typically when WebLogic Server started.
This tab provides general cumulative information about the external entity cache for the life of the current WebLogic Server instance.
Tasks
Monitoring the External Entity Cache
Related Topics
Monitoring the External Entity Cache
Attributes
Table 473-1
Attribute Label
|
Description
|
Value Constraints
|
Total Current Entries
|
The total current number of entries in the entity cache.
MBean: weblogic.management. runtime. EntityCacheCumulativeRuntimeMBean
Attribute: TotalCurrentEntries
|
|
Total Persistent Current Entries
|
The total current number of entries in the cache that have been persisted to disk.
MBean: weblogic.management. runtime. EntityCacheCumulativeRuntimeMBean
Attribute: TotalPersistentCurrentEntries
|
|
Avg Percent Persistent
|
Returns current average percentage of entries in the entity cache that have been persisted to the disk cache.
MBean: weblogic.management. runtime. EntityCacheCumulativeRuntimeMBean
Attribute: AvgPercentPersistent
|
|
Total Transient Current Entries
|
The total current number of transient entries in the entity cache.
MBean: weblogic.management. runtime. EntityCacheCumulativeRuntimeMBean
Attribute: TotalTransientCurrentEntries
|
|
Avg Percent Transient
|
Returns current average percentage of entries in the entity cache that are transient, or have not been persisted.
MBean: weblogic.management. runtime. EntityCacheCumulativeRuntimeMBean
Attribute: AvgPercentTransient
|
|
Min Entry Timeout
|
The smallest timeout value for any current entry in the entity cache.
MBean: weblogic.management. runtime. EntityCacheCumulativeRuntimeMBean
Attribute: MinEntryTimeout
|
|
Max Entry Timeout
|
The largest timeout value for any current entry in the entity cache.
MBean: weblogic.management. runtime. EntityCacheCumulativeRuntimeMBean
Attribute: MaxEntryTimeout
|
|
Avg Timeout
|
The average amount of time that the entity cache has timed out when trying to retrieve an entity.
MBean: weblogic.management. runtime. EntityCacheCumulativeRuntimeMBean
Attribute: AvgTimeout
|
|