louwrentius / fio-plot

Create charts from FIO storage benchmark tool output
BSD 3-Clause "New" or "Revised" License
370 stars 87 forks source link

When log_avg_msec is 2000 the -g data values are half of what they should be #47

Closed louwrentius closed 3 years ago

louwrentius commented 3 years ago

There is something wrong with the .log parsing code that causes incorrect results to be displayed with the -g graphs. When logdata is collected with a 2 second interval (log_avg_msec is 2000) the values are only half of what they should be. This does not happen with values of 1000 or smaller.

louwrentius commented 3 years ago

Fixed in the latest version.