Skip to content
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

Running on Mac #1

Open
renatobo opened this issue Sep 7, 2017 · 0 comments
Open

Running on Mac #1

renatobo opened this issue Sep 7, 2017 · 0 comments

Comments

@renatobo
Copy link

renatobo commented Sep 7, 2017

While trying to run it on a Mac

  • Python3 installed from python.org
  • fio installed via Brew

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant