diff --git a/pages/common/fio.md b/pages/common/fio.md index ef904c63d5..400c59d1c9 100644 --- a/pages/common/fio.md +++ b/pages/common/fio.md @@ -15,3 +15,7 @@ - Test random read/write: `sudo fio --filename={{path/to/file}} --size=500GB --direct=1 --rw=randrw --bs=4k --ioengine=libaio --iodepth=256 --runtime=120 --numjobs=4 --time_based --group_reporting --name={{job_name}} --eta-newline=1` + +- Test with parameters from a job file: + +`sudo fio {{path/to/job_file}}`