fio-plot
fio-plot copied to clipboard
Create charts from FIO storage benchmark tool output
I saw the precondition's fio process was running base on runtime not on capacity which defined 100% in template. BTW precondition in my knowledge need one more 4K randwrite job...
https://github.com/louwrentius/fio-plot/blob/2ed57953309a63fce644d4c8d810928dc9e68809/fio_plot/fiolib/supporting.py#L402 Due to `len(settings["output_filename"]) > 0`, the filename gets always generated. I guess it should it `len(settings["output_filename"]) == 0`
Heya. I found fio-plot to crash. ``` (fio-plot) [asr@az1-asrrhel8-lab01 fio-work]$ fio-plot -i /var/tmp/fio-work/benchfio/fio-work-dir/4k/ --source "yadda" -T "title here" -L -t iops -r randread -o bar.png Traceback (most recent call last):...
Matplotlib version {requiredversion} is required but version {matplotlibversion} is installed
how we should benchmark multiple device simultaneously? if set multiple device in front of --target it benchmark them one by one so what should be done to benchmark them simultaneously?
I generated JSON formatted data by running fio benchmark ( not using the script provided here ). Here is a snip from the JSON file: { "fio version" : "fio-3.28",...
Although fio-plot and bench-fio now have support for INI files in addition to command-line parameters. However there can be a difference between the CLI parameters and the INI file because...
Fio-plot can deal with: - Bandwidth - IOPs - Latency - Histogram If you want to plot any other data found inside the JSON file, that's currently not possible. Why...
The benchmark script is tailored to fio-plot and knows about this limitation. This means that for each job/test a separate JSON file is generated with just one job. Using the...
Hello, I am trying to get multiple comparison graphs to have the same ranges on their y-axes. I am plotting one comparison graph per `numjobs` value. I thought that I...