diff --git a/FIO-benchmark.md b/FIO-benchmark.md index 1c350fe..e75d71b 100644 --- a/FIO-benchmark.md +++ b/FIO-benchmark.md @@ -14,7 +14,7 @@ fio --randrepeat=1 --name=test --filename=fiotest --bs=128k --iodepth=1 --size=1 # Random Read -Random Read with 4KB, 128KB and 2MB block sizes. +Random Read with 4KB, 128KB and 2MB block sizes, with direct IO enabled. ``` $ fio --randrepeat=1 --name=test --filename=fiotest --bs=4k --iodepth=1 --readwrite=randread --size=10G -direct=1