Add cache access pattern statistics and report hot blocks/keys
--------------------------------------------------------------
Key: HBASE-5602
URL: https://issues.apache.org/jira/browse/HBASE-5602
Project: HBase
Issue Type: Improvement
Reporter: Mikhail Bautin
In many practical applications it would be very useful to know how well
utilized the block cache is, i.e. how many times we actually access a block
once it gets into cache. This would also allow to evaluate cache-on-write on
flush. In addition, we need to keep track of and report some set of hottest
block in cache, and possibly even hottest keys. This would allow to diagnose
"hot-row" problems in real time.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira