iolog: Logging blocksize in IOPS traces
authorErwan Velu <erwan@enovance.com>
Fri, 2 Aug 2013 14:39:40 +0000 (16:39 +0200)
committerErwan Velu <erwan@enovance.com>
Mon, 5 Aug 2013 15:10:00 +0000 (17:10 +0200)
When saving bandwidth's with write_bw_log option, the last column
provides the blocksize used during the run.

When doing the same with write_io_log option, the last column was always
set to 0 which is confusing when reading the log file later.

This patch put both write_bw_log & write_io_log using the same semantic
by reporting the blocksize for every sample.


No differences found