Cache

lookups

the number of cache lookups

hits

the number of cache hits

hitratio

the ratio of cache hits to lookups

inserts

number of times a new item was inserted into the cache

evictions

the number of times an item was removed from the cache

size

the size of the cache

cumulative_lookups

cumulative_hits

cumulative_hitratio

cumulative_inserts

cumulative_evictions

  • No labels