cache-bench
Использование
memory cache-bench [-h] [--to_file] [-p <path>] [-r <read>] [-w <write>]
Описание
Анализ влияния настроек виртуальной памяти на эффективность кэширования в системах Linux ощущается нехватка памяти.
Аргументы
--to_file- Redirect output to file (/tmp/cli-stdout.txt).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 300cache-bench -r 20000