Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 477 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 477 Bytes

Toy simulation codes for cache behavior over different access patterns and replacement policies.

To run simulation:

python mdp.py [minimum cache size] [maximum cache size] [-s step]

To plot simulation results:

Plot miss rate over different cache sizes

python plot.py [logs/log-file-name] m

Plot hit age and eviction age distribution

python plot.py [logs/log-file-name] h

Plot ranking functions

python plot.py [logs/log-file-name] r