Hi All, When in command line mode, the output parameter dumps the output to a file. When in job mode, the output parameter cannot be used, so all output goes to stdout. Can the output parameter be used with job files? Consider below: # fio -version fio-2.19-59-gf52e9 #fio --name=test_job --ioengine=libaio --direct=1 --rw=randread --iodepth=1 --size=100% --numjobs=1 --bs=4k --filename=/dev/nvme0n1 --runtime=10s --time_based --output=test_job #cat text.txt [test_job] ioengine=libaio direct=1 rw=randread iodepth=1 size=100% numjobs=1 bs=4k filename=/dev/nvme0n1 runtime=10s time_based output=test_job # fio test.txt Bad option <output=test_job> Regards, Jeff -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html