From 2d21a787e642c4ba3b043c7e07f29c98e0383beb Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Wed, 16 Dec 2020 21:48:43 +0100 Subject: [PATCH] examples: Clarify thread usage When reading examples, many jobs assign a value to thread. No value is expected, so let's have all examples using the same syntax. Signed-off-by: Erwan Velu --- examples/dev-dax.fio | 2 +- examples/libpmem.fio | 2 +- examples/pmemblk.fio | 2 +- examples/surface-scan.fio | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/dev-dax.fio b/examples/dev-dax.fio index f89c4c6a..88bce31b 100644 --- a/examples/dev-dax.fio +++ b/examples/dev-dax.fio @@ -18,7 +18,7 @@ cpus_allowed_policy=split # iodepth=1 direct=0 -thread=1 +thread numjobs=16 # # The dev-dax engine does IO to DAX device that are special character diff --git a/examples/libpmem.fio b/examples/libpmem.fio index 25392bbc..0ff681f0 100644 --- a/examples/libpmem.fio +++ b/examples/libpmem.fio @@ -13,7 +13,7 @@ clat_percentiles=0 iodepth=1 iodepth_batch=1 -thread=1 +thread numjobs=1 runtime=300 diff --git a/examples/pmemblk.fio b/examples/pmemblk.fio index 0606ca89..f8131741 100644 --- a/examples/pmemblk.fio +++ b/examples/pmemblk.fio @@ -19,7 +19,7 @@ cpus_allowed_policy=split # iodepth=1 direct=1 -thread=1 +thread numjobs=16 # # Unlink can be used to remove the files when done, but if you are diff --git a/examples/surface-scan.fio b/examples/surface-scan.fio index dc3373a2..98faf69a 100644 --- a/examples/surface-scan.fio +++ b/examples/surface-scan.fio @@ -1,7 +1,7 @@ ; writes 512 byte verification blocks until the disk is full, ; then verifies written data [global] -thread=1 +thread bs=64k direct=1 ioengine=sync -- 2.25.1