Fast Miss Ratio Curve Modeling For Storage Cache

Xiameng Hu,Xiaolin Wang,Lan Zhou,Yingwei Luo,Zhenlin Wang,Chen Ding,Chencheng Ye
DOI: https://doi.org/10.1145/3185751
2018-01-01
ACM Transactions on Storage
Abstract:The reuse distance (least recently used (LRU) stack distance) is an essential metric for performance prediction and optimization of storage cache. Over the past four decades, there have been steady improvements in the algorithmic efficiency of reuse distance measurement. This progress is accelerating in recent years, both in theory and practical implementation.In this article, we present a kinetic model of LRU cache memory, based on the average eviction time (AET) of the cached data. The AET model enables fast measurement and use of low-cost sampling. It can produce the miss ratio curve in linear time with extremely low space costs. On storage trace benchmarks, AET reduces the time and space costs compared to former techniques. Furthermore, AET is a composable model that can characterize shared cache behavior through sampling and modeling individual programs or traces.
What problem does this paper attempt to address?