You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2018/10/05 02:29:00 UTC

[jira] [Created] (SOLR-12834) Expose ram based cache eviction statistics from FastLRUCache

Shalin Shekhar Mangar created SOLR-12834:
--------------------------------------------

             Summary: Expose ram based cache eviction statistics from FastLRUCache
                 Key: SOLR-12834
                 URL: https://issues.apache.org/jira/browse/SOLR-12834
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: metrics
            Reporter: Shalin Shekhar Mangar
             Fix For: 7.6, master (8.0)


The LRUCache used for query result caches expose the following stats:
# maxRamMB
# ramBytesUsed
# evictionsRamUsage

The last one is not relevant to FastLRUCache as its behavior is to either evict by size or by heap but not both. However, the first two should be exposed by FastLRUCache as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org