-
Enhancement
-
Resolution: Done
-
Major
-
13.0.1.Final
-
None
Version 13.0 disabled the exact size metrics (local+clustered+container NumberOfEntries+NumberOfEntriesInMemory) in the default configuration (accurate-size="false". We need replacements that are not cheap(er) to compute, so they can be enabled in the default configuration.
A first stab at the names is
approximateEntries – number of entries in the cache
approximateInMemoryEntries – number of entries in memory
approximateUniqueEntries – number of unique entries in a clustered cache
approximateEntries and approximateInMemoryEntries make sense both in the local stats and in the clustered stats (possibly counting each entry numOwners times).
approximateUniqueEntries only makes sense in the clustered stats.
- blocks
-
ISPN-13510 Statistics are not correct
- Closed
- causes
-
ISPN-13728 Metrics incorrect, always showing -1 for current values.
- Closed
- is cloned by
-
JDG-4933 Add approximate size metrics
- Closed
- is related to
-
ISPN-13709 Report approximate size when accurate size is disabled
- Code Review
- relates to
-
ISPN-12607 Metrics degrade cluster performance
- Closed