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)
commit9b7e600ddb531fd359322bbc14e358c10761fe57
treeac584fe70751662f3b4d8d02490e8110bf40fb66
parent8ff749cca16845a3172e22323489d20d8f99f9dd
iolog: Logging blocksize in IOPS traces

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.
io_u.c
iolog.h
stat.c