# 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. ```console $ 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`: ```console $ mkdir fio-data && sshfs -o idmap=user login002:fio fio-data ```