2026-02-24 18:06:00 +01:00
2026-02-24 18:06:00 +01:00
2026-02-24 18:08:49 +01:00
2026-02-24 18:06:00 +01:00

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
Description
No description provided
Readme 27 KiB
Languages
Pip Requirements 100%