keith-turner commented on PR #4585:
URL: https://github.com/apache/accumulo/pull/4585#issuecomment-2123531148

   Logging looks like the following now for LRU block cache
   
   ```
   2024-05-21T18:14:54,346 [lru.LruBlockCache] DEBUG: Cache Stats: DATA Sizes: 
Total=0.0042037964MB (4408), Free=9.995796MB (10481352), Max=10.0MB (10485760), 
Counts: Blocks=4, Access=44, Hit=39, Miss=5, Evictions=0, Evicted=0,Ratios: Hit 
Ratio=88.63636255264282%, Miss Ratio=11.363636702299118%, Evicted/Run=NaN, 
Duplicate Reads=0
   2024-05-21T18:14:54,357 [lru.LruBlockCache] DEBUG: Cache Stats: INDEX Sizes: 
Total=0.004058838MB (4256), Free=9.995941MB (10481504), Max=10.0MB (10485760), 
Counts: Blocks=4, Access=7, Hit=1, Miss=6, Evictions=0, Evicted=0,Ratios: Hit 
Ratio=14.28571492433548%, Miss Ratio=85.71428656578064%, Evicted/Run=NaN, 
Duplicate Reads=0
   2024-05-21T18:14:54,383 [lru.LruBlockCache] DEBUG: Cache Stats: SUMMARY 
Sizes: Total=0.0018310547MB (1920), Free=9.998169MB (10483840), Max=10.0MB 
(10485760), Counts: Blocks=0, Access=0, Hit=0, Miss=0, Evictions=0, 
Evicted=0,Ratios: Hit Ratio=NaN%, Miss Ratio=NaN%, Evicted/Run=NaN, Duplicate 
Reads=0
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to