Clustered Application Deployment: Monitoring: Environment Monitoring: Query Caching
Use this page to view statistics for the query caches that are configured for this enterprise application.
Column Display
Name Description Cache Name The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
MBean Attribute:
QueryCacheRuntimeMBean.Name
Server The server on which the application instance is running.
Total Cached Queries Count Provides a count of the total number of query results for this EJB currently in the query cache.
Returns the total number of query results for this EJB currently in the EJB cache.
MBean Attribute:
QueryCacheRuntimeMBean.TotalCachedQueriesCount
Cache Access Count Provides a count of the number of accesses of the query cache for this EJB.
Returns the number of accesses of the query cache for this EJB.
MBean Attribute:
QueryCacheRuntimeMBean.CacheAccessCount
Cache Hit Count Provides a count of the number of cache hits of the query cache for this EJB.
Returns the number of cache hits of the query cache for this EJB.
MBean Attribute:
QueryCacheRuntimeMBean.CacheHitCount
Total Cache Miss Count Provides a count of the total number of cache misses of the query cache for this EJB.
Returns the total number of cache misses of the query cache for this EJB.
MBean Attribute:
QueryCacheRuntimeMBean.TotalCacheMissCount
Cache Miss By Timeout Count Provides a count of the number of cache misses of the query cache for this EJB due to query results timing out.
Returns the number of cache misses due to query result timeout for this EJB.
MBean Attribute:
QueryCacheRuntimeMBean.CacheMissByTimeoutCount
Cache Miss By Bean Eviction Count Provides a count of the number of cache misses of the query cache for this EJB because corresponding beans were not found in the entity cache.
Returns the number of times a cache miss occurred for this EJB because corresponding beans were not found in the entity cache.
MBean Attribute:
QueryCacheRuntimeMBean.CacheMissByBeanEvictionCount
Cache Miss By Related Query Miss Count Provides a count of the number of cache misses of the query cache for this EJB because a related query was not found in another EJB's query cache.
Returns the number of times a cache miss occurred for this EJB because a related query was not found in another EJB's query cache.
MBean Attribute:
QueryCacheRuntimeMBean.CacheMissByRelatedQueryMissCount
Cache Miss By Dependent Query Miss Count Provides a count of the number of cache misses of the query cache for this EJB because a dependent query was not found in another EJB's query cache.
Returns the number of times a cache miss occurred for this EJB because a dependent query was not found in another EJB's query cache.
MBean Attribute:
QueryCacheRuntimeMBean.CacheMissByDependentQueryMissCount