-
Notifications
You must be signed in to change notification settings - Fork 91
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
Error creating a chart with fio-plot: Error: KeyError('iodepth') #149
Comments
Hello, can you share your .json file here as attachment or by mail if you want to keep it private louwrentius gmail com. |
Im also not able to run fio-plot with any fio configuration. fio-plot --source "https://test.com/" -T "TEST" -l -r randread -i .
fio --name=test --rw=randread --bs=4k --size=1G --numjobs=1 --runtime=60 --output=fio_output.json --output-format=json
|
@robinpecha Sorry for the late reply, maybe you already resolved your issue. If not, your error is quite visible: the 'iodepth' key is missing in the JSON in the 'job options' dictionary because it was not provided as a parameter to the 'raw' fio-plot command. You may want to try bench-fio (included) to run one or more benchmarks, which should assure correct JSON output. |
Hi!
I'm trying to use fio 3.37 to do some iops test like this:
fio --name=test --rw=randread --bs=4k --size=1G --numjobs=1 --runtime=60 --output=fio_output.json --output-format=json
Afterwards I'm trying to use fio-plot to create a graph:
fio-plot --source "https://test.com" -T "TEST" -l -r randread -i .
Filename: /home/test/fio_output.json
Error: KeyError('iodepth')
First, open the file and check for errors at the top.
You can remove the error lines and the JSON will likely parse
but results may not be trustworthy.
If there are no error linkes at the top, please report this as a bug
and please include the JSON file if possible.
does anyone what could be wrong here ?
The text was updated successfully, but these errors were encountered: