Skip to content

Instantly share code, notes, and snippets.

@igorpupkinable
igorpupkinable / fio-report-parser.js
Last active February 17, 2025 14:11
FIO (Flexible I/O Tester) JSON report parser
/*
Supported job types:
- read: sequential reads
- write: sequential writes
- randread: random reads
- randwrite: random writes
Unsupported job types:
- rw: sequential mixed reads and writes
- readwrite: same as above