Files
fio-benchmarking/README.md

523 B

FIO Benchmarking

Contains the fio-plot configurations to generate plots from data.

Usage

First setup or activate the Python environment which has fio-plot installed.

$ python -m venv .venv && source .venv/bin/activate && pip install -r requirements.txt

or simply do source .venv/bin/activate if the .venv directly already exists.

The data

The data is hosted remotely, we can mount it locally using sshfs:

$ mkdir fio-data && sshfs -o idmap=user login002:fio fio-data