-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Exceedance Data #49
Comments
If you can zip up the whole test directory that would help, assuming no proprietary info is in it (i.e you're not testing a prototype or something). The details dir has the raw CSV outputs used to generate the exceedance data, so it'd be necessary to see those to verify FIO actually wrote the needed data (FIO output format and options often change). |
Attached is the output directory. |
I've isolated the issue to this if block: Lines 627 to 630 in 79909e6
Bypassing this conditional allows the *.exc.read/write.csv files to be generated (with data!). |
Hello,
After running ezfio.py there was no exceedance data to look at or graph. Other data and values are present. No obvious errors or warnings in stdout.
ezfio_exceedance_exceedance30.csv was generated without any data in it. After browsing through the code, it seems some *.exc.read/write.csv files should have been created but are not present.
Command line:
./ezfio.py -d /dev/nvme0n1 --yes
Environment:
CentOS Linux release 8.2.2004 (Core)
Linux fstlnsr650-8.fst.local 4.18.0-193.19.1.el8_2.x86_64 #1 SMP Mon Sep 14 14:37:00 UTC 2020 x86_64 x86_64
Python 3.6.8
fio-3.7
Please let me know if I can provide more information.
Best Regards,
Calvin
The text was updated successfully, but these errors were encountered: