cache_bench
Использование
memory cache_bench [-h] [-p <path>] [-r <read>] [-w <write>]
Описание
Explore the impact of virtual memory settings on caching efficiency on Linux systems under memory pressure.
Аргументы
path
- path to the directory to write or read filesread
- how many mebibytes will be read from the files in the directorywrite
- the number of mebibyte files to be written to the directory
Примеры использования
cache-bench -w 300
cache-bench -r 20000