Write Back Cache module statistics
This page describes the statistic collected by the module as defined in the Statistic Capability. As defined in the capability, statistics are 64bit unsigned interger counters.
Below is a short description of each counter:
accesses
Total number of accessesaccesses_read
Total number of read accessesaccesses_write
Total number of write accessesaccesses_prefetch
Total number of prefetch accessesaccesses_evict
Total number of evict accesseshits
Total number of hitshits_read
Total number of read hitshits_write
Total number of write hitshits_prefetch
Total number of pretech hitshits_evict
Total number of evict hitsmisses
Total number of missesmisses_read
Total number of read missesmisses_write
Total number of write missesmisses_prefetch
Total number of prefetch missesmisses_evict
Total number of evict misseswritebacks
Total number of writebackswritebacks_read
Total number of read writebackswritebacks_write
Total number of write writebackswritebacks_prefetch
Total number of prefetch writebackswritebacks_evict
Total number of evict writebacks