This series modifies option log_max_value to report average, max or both the values. The log_max_value option type has been changed from boolean to integer with min and max capped to 0 and 2 respectively. There is no change to existing log formats while reporting only average or max values. The fio documentation has been updated specifying the new log format when both values are reported. Ankit Kumar (2): stat: log out both average and max over the window docs: update fio man page for log_max_value HOWTO.rst | 23 +++++++++++------ client.c | 6 +++-- fio.1 | 29 +++++++++++++++------- iolog.c | 74 ++++++++++++++++++++++++++++++++++++++++--------------- iolog.h | 21 +++++++++++++--- options.c | 8 +++--- server.c | 6 +++-- stat.c | 32 ++++++++++++++---------- 8 files changed, 140 insertions(+), 59 deletions(-) -- 2.25.1