Confluence provides statistics about its internal caches that allow you to track the size and hit ratio of each cache and tune it for better performance (if necessary). See Performance Tuning for more information.

To view the cache statistics, go to the 'Administration Console' and click 'Cache Statistics' in the left panel. There you will find a list of all objects cached within Confluence. Click on the 'Advanced' tab for more detail. Below is an example for one of the most frequently used caches, the Content Object cache.

名前

Percent Used

Effectiveness

Objects / Size

Hit / Miss / Expiry

フラッシュ

Content Object

80%

73%

4023/5000

374550 / 140460 / 55044

フラッシュ

About the generated numbers :

Percent Used:

=(オブジェクト)/(サイズ)

有効率:

=(ヒット)/(ヒット+ミス)

Objects / Size:

the number of entries in the cache / the number of total possible entries allowed (configurable)

Hit / Miss / Expiry:

the number of reads accessing cache where required content was found / the number of reads accessing cache where required content was not found / the number of objects evicted from the cache

Flush:

flushes the cache

For instance to calculate Percent Used :

Percent Used = Objects / Size

Percent Used = 4023/5000 = 80%

and to calculate Effectiveness :

Effectiveness = (Hits)/(Hits + Misses)

Effectiveness = 374550 / (374550 + 140460) = 73%

The clustered versions of Confluence use distributed cache called Tangosol Coherence.

パフォーマンスのチューニング

If you need to tune your application when under high usage, you may like to review this document for suggestions.

関連トピック

指定したラベルを持つコンテンツはありません。