We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While trying to run it on a Mac
I receive error
fio: engine libaio not loadable
So I changed configuration to use "posixaio" instead of "libaio" (which is Linux specific, as far as I understand), then getting error
error: maximum number of jobs (32) reached.
So I ran it with python3 diskplorer.py -m 4
and now getting
Traceback (most recent call last): File "diskplorer.py", line 111, in latency = float(job['read']['clat']['mean']) KeyError: 'clat'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While trying to run it on a Mac
I receive error
So I changed configuration to use "posixaio" instead of "libaio" (which is Linux specific, as far as I understand), then getting error
So I ran it with
python3 diskplorer.py -m 4
and now getting
The text was updated successfully, but these errors were encountered: