Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | Terracotta KPI Definitions | CacheManager
 
CacheManager
A container for Ehcaches, which maintains all aspects of caches life cycle. The creation and removal of caches and the access to them is controlled by a named Cache Manager.
The following table describes the CacheManager KPIs.
Name
Description
boolean ObjectStatus
Indicates whether the CacheManager is online or offline.
int CacheAverageGetTime
Average time it takes to get the cache.
int CacheAverageSearchTime
Average time it takes to search the cache.
long CacheSearchRate
Rate at which the cache is searched.
long CacheHitRate
Rate at which the cache objects are found.
long CacheOnDiskHitRate
Rate at which the cache on disk objects are found.
long CacheOffHeapHitRate
Rate at which the cache off-heap objects are found.
long CacheInMemoryHitRate
Rate at which the cache in memory objects are found.
long CacheMissRate
Rate at which the cache objects are not found.
long CacheOnDiskMissRate
Rate at which the cache objects are not found.
long CacheOffHeapMissRate
Rate at which the cache off-heap objects are not found.
long CacheInMemoryMissRate
Rate at which the cache in memory objects are not found.
int CahePutRate
Rate at which the objects are written to cache.
long CacheUpdateRate
Rate at which the objects are updated in cache.
long CacheRemoveRate
Rate at which the objects are removed from cache.
long CacheEvictionRate
Rate at which the objects are evicted from cache.
long CacheExpirationRate
Rate at which the objects expire in cache.
long TransactionCommitRate
Rate at which the objects are committed to cache.
int TransactionCommittedCount
Object count committed to cache.
long TransactionRollbackRate
Rate at which transactions are rolled back from cache.
int TransactionRolledBackCount
Object count of rolled back transactions.
int TransactionTimeOutCount
Object count of time out transactions.
int WriteQueueLength
Queue length written to cache.