Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Application: Monitoring: Query Caches

Column Display     Related Tasks     Related Topics

Use this page to view statistics for the query caches that are configured for this Enterprise application.

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
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

Related Tasks

Related Topics


Back to Top