Search

C.3. CacheContainerStats

download PDF
org.infinispan.stats.impl.CacheContainerStatsImpl
The CacheContainerStats component contains statistics such as timings, hit/miss ratio, and operation information.
Table C.5. Attributes
Name Description Type Writable
averageReadTime Cache container total average number of milliseconds for all read operations in this cache container. long No
averageRemoveTime Cache container total average number of milliseconds for all remove operations in this cache container. long No
averageWriteTime Cache container total average number of milliseconds for all write operations in this cache container. long No
evictions Cache container total number of cache eviction operations. long No
hitRatio Cache container total percentage hit/(hit+miss) ratio for this cache. double No
hits Cache container total number of cache attribute hits. long No
misses Cache container total number of cache attribute misses. long No
numberOfEntries Cache container total number of entries currently in all caches from this cache container. int No
readWriteRatio Cache container read/writes ratio in all caches from this cache container. double No
removeHits Cache container total number of removal hits. double No
removeMisses Cache container total number of cache removals where keys were not found. long No
statisticsEnabled Enables or disables the gathering of statistics by this component. boolean Yes
stores Cache container total number of cache attribute put operations. long No
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.