On 22 November 2017 at 12:37, Paolo Valente <paolo.valente@xxxxxxxxxx> wrote: > > I've noticed that the read mean bandwidth field (field 45), in fio > minimal output, is systematically higher than the bandwidth field (7). > In addition, field 45 is higher than the ratio "total I/O (field 6)" / > "runtime (field 9)", while field 7 is equal to this ratio. > Is there a reason for that? This /may/ be down to how they are calculated. One (I think it's your field 45 aka read_bw_mean) can be an "average of averages" because it's based on averaging samples whereas the other (field 7 aka read_bandwidth) does (total I/O / runtime). It might be easier to match up which is which in JSON or normal mode... If you are using write_bw_log and log_avg_msec you might be better able to check this theory by adding all the samples recorded up and then dividing by the number of them and seeing if that gives you read_bw_mean ... If you find out whether this theory is wrong or right please follow up! :-) -- Sitsofe | http://sucs.org/~sits/ -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html