louwrentius / fio-plot

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

3D graphs are transposed #9

Closed VladRassokhin closed 4 years ago

VladRassokhin commented 4 years ago

Proof: run with non-square data (numjobs != iodepth), e.g. using next script:

./fio_plot/fio_plot -i benchmark_data/HPDL380G8/HBA/SAMSUNG_860PRO -T randread -r randread -L -t iops
rm "benchmark_data/HPDL380G8/HBA/SAMSUNG_860PRO/"randread-64*.json
./fio_plot/fio_plot -i benchmark_data/HPDL380G8/HBA/SAMSUNG_860PRO -T randread -r randread -L -t iops
# observe difference in left part of graph

Will submit PR shortly