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