From 2ee06ca68bf8374d803da2ee90361e99bc48cda3 Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Mon, 10 Oct 2022 20:01:10 +0530 Subject: [PATCH] fio: add example to convert jobfile to cmdline (#8715) --- pages/common/fio.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/fio.md b/pages/common/fio.md index 400c59d1c9..95ce9cf1aa 100644 --- a/pages/common/fio.md +++ b/pages/common/fio.md @@ -19,3 +19,7 @@ - Test with parameters from a job file: `sudo fio {{path/to/job_file}}` + +- Convert a specific job file to command-line options: + +`fio --showcmd {{path/to/job_file}}`