Release of cache-bench 0.1.0 for researching the effectiveness of file caching under memory shortages
cache-bench is a Python script that assesses the impact of virtual memory settings (vm.swappiness, vm.watermark_scale_factor, Multigenerational LRU Framework, and others) on the performance of tasks that rely on caching file read operations in low-memory conditions. The code is open under the CC0 license. The primary way to use it is by reading files from a specified directory randomly and adding them to […]
