Перейти к содержанию

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 files
  • read - how many mebibytes will be read from the files in the directory
  • write - the number of mebibyte files to be written to the directory

Примеры использования

  • cache-bench -w 300
  • cache-bench -r 20000