Kenji
Kenji
Hi! I've had the same issue: `.venv) root@x13-2:/home/inpe/fio/inpe# fio-plot -i inpe-poc/fio/4k/ -T "Title" -s https://louwrentius.com -l -r randread Traceback (most recent call last): File "/home/inpe/fio/inpe/.venv/bin/fio-plot", line 33, in sys.exit(load_entry_point('fio-plot==1.1.15', 'console_scripts',...
Hi @louwrentius, I tested fio-plot and when I have only one .json output file it works. When I run bench-fio and it results in more than 1 output file fio-plot...
Hi @louwrentius, Thanks for sharing those. Unfortunately I ran the INI file you provided with bench-fio and tried to generate the plot with fio-plot, but had the same issue as...
Hi @louwrentius , I tried to generate with a different graph (bargraph3d) using: `fio-plot -i benchmark/fio/4k/ -T "Benchmark" -L -t iops -n 1 2 4 8 -r randread` and it...
@louwrentius Good catch! Yeah, I can see that yours have those number differently. Potentially a fio problem. I'm working on upgrading fio now. I'll let you know how it goes....
Hi @louwrentius , I've upgraded fio to versin 3.38, but I can see the same output from the json files (numjobs=1) in all files. Here is the output json files:...
@louwrentius , Sth else might be different from your environment and mine... not sure what. my pip freeze: `contourpy==1.3.0 cycler==0.12.1 fio-plot==1.1.15 fonttools==4.54.1 Jinja2==3.1.4 kiwisolver==1.4.7 markdown-it-py==3.0.0 MarkupSafe==3.0.2 matplotlib==3.8.0 mdurl==0.1.2 numpy==1.26.4 packaging==24.1...
Hi @louwrentius, I've created a work around by creating a shellscript to execute my .ini fio files 1 by 1 and then, with the resulting json files I execute fio-plot...
@louwrentius. Yeah, I could see that error: 'failed to write temporary file' even though I'm running using root credentials. Note: this only happen when running bench-fio and not fio directly.