The following changes since commit 08996af41b2566565cbcdee71766030a2c8ba377: backend: number of ios not as expected for trimwrite (2022-09-13 15:03:21 -0600) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 5932cf0f2a03396b5f3f0b4667f5e66f7d8477e5: Merge branch 'fix-example-disk-zone-profile' of github.com:cvubrugier/fio (2022-09-15 11:02:49 -0400) ---------------------------------------------------------------- Christophe Vu-Brugier (2): examples: set zonemode to strided in disk-zone-profile.fio examples: fix bandwidth logs generation in disk-zone-profile.fio Vincent Fu (2): Merge branch 'master' of github.com:uniontech-lilinjie/fio Merge branch 'fix-example-disk-zone-profile' of github.com:cvubrugier/fio lilinjie (1): fix spelling error examples/disk-zone-profile.fio | 9 ++++++--- fio.1 | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) --- Diff of recent changes: diff --git a/examples/disk-zone-profile.fio b/examples/disk-zone-profile.fio index 96e56695..577820eb 100644 --- a/examples/disk-zone-profile.fio +++ b/examples/disk-zone-profile.fio @@ -1,4 +1,4 @@ -; Read disk in zones of 128m/2g, generating a plot of that afterwards +; Read disk in zones of 256m/2g. Generating a plot of that afterwards ; should give a nice picture of the zoning of this drive [global] @@ -7,8 +7,11 @@ direct=1 rw=read ioengine=libaio iodepth=2 +zonemode=strided zonesize=256m zoneskip=2g -write_bw_log -[/dev/sdb] +[disk-zone-profile] +filename=/dev/sdb +write_bw_log +log_offset=1 diff --git a/fio.1 b/fio.1 index c67bd464..39d6b4f4 100644 --- a/fio.1 +++ b/fio.1 @@ -2491,11 +2491,11 @@ Specify the label or UUID of the DAOS pool to connect to. Specify the label or UUID of the DAOS container to open. .TP .BI (dfs)chunk_size -Specificy a different chunk size (in bytes) for the dfs file. +Specify a different chunk size (in bytes) for the dfs file. Use DAOS container's chunk size by default. .TP .BI (dfs)object_class -Specificy a different object class for the dfs file. +Specify a different object class for the dfs file. Use DAOS container's object class by default. .TP .BI (nfs)nfs_url