examples: fix bandwidth logs generation in disk-zone-profile.fio
authorChristophe Vu-Brugier <christophe.vu-brugier@seagate.com>
Mon, 12 Sep 2022 12:17:49 +0000 (14:17 +0200)
committerChristophe Vu-Brugier <christophe.vu-brugier@seagate.com>
Mon, 12 Sep 2022 12:36:36 +0000 (14:36 +0200)
commitedb785dc131730ab388962f29c4bc97e4b50fa06
treed2b3ca77e7da3cd8a77e779c6fd76a3e71a68406
parent9f2eaaf58dd20e8bbad8eb33d36c91b9cff1ab43
examples: fix bandwidth logs generation in disk-zone-profile.fio

Because the job name is set to "/dev/sdb", the bandwidth logs are
written to /dev/sdb_bw.1.log which is unexpected.

This commit changes the job name to "disk-zone-profile" so that the
bandwidth logs are written to "disk-zone-profile_bw.1.log".

Moreover, the `log_offset` option is enabled to log the I/O
offset. This is required to plot the HDD zones.

Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>
examples/disk-zone-profile.fio