Confluence : Cache Statistics
This page last changed on Oct 30, 2006 by ivan@atlassian.com.
Confluence provides stastical information about its internal caches that allows you to track the size and hit ratio of each cache and tune it if necessary, for better performance. See Performance Tuning for more information. To view the cache statistics, go to the 'Administration Console' and click on 'Cache Statistics' in the left panel. Here, you will find a list of all object cached within Confluence. For example, one of the main one is the ContentEntityObject com.atlassian.confluence.core.ContentEntityObject (Alive): flush_____________________ACCESSES__________________
About the generated numbers :
For instance to calculate Ratio : Hits/Total x 100 = Ratio 11332536/24827480 = 0.45645131 x 100 = 45% and to calculate Total : Total = Hits + Not Found + Expired 24827480 = 11332536 + 13494944 + 0 flush - clears cache
Performance TuningIf you require to tune your application when under high usage, you may like to review this document for suggestions. RELATED TOPICS
|
![]() |
Document generated by Confluence on May 01, 2007 19:27 |