76fd2d9ecb0cb742407b97e1f32add8d9d1ea5b23cdfc499035cbaefdf056131
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
Languages
Pip Requirements
100%