andSubmarine / FioLogParser

Parse, process and visualize log files generated by FIO (see https://fio.readthedocs.io/en/latest/fio_doc.html)
GNU General Public License v3.0
2 stars 0 forks source link

[BUG] - Exp-runner only finds maximum values over current experiment and not all experiments in run #7

Closed andSubmarine closed 3 years ago

andSubmarine commented 3 years ago

Describe the bug When running examples/exp-runner.sh then the expected behaviour is that it will run fio on each fio configuration file found in a directory, find maximum values across all results and build graphs accordingly. At the moment this is not the case since exp-runner.sh will only find maximum values over the last fio run and not over all the results.

To Reproduce Steps to reproduce the behavior:

  1. Run ./examples/exp-runner.sh with more than two fio files
  2. See that x- and y-axis are not aligned in output graphs