Este contenido no está disponible en el idioma seleccionado.

C.3. CacheContainerStats


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

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

© 2024 Red Hat, Inc.