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

Index fio disk stats JSON data found fio-result.txt #121

Open
portante opened this issue Dec 12, 2015 · 3 comments
Open

Index fio disk stats JSON data found fio-result.txt #121

portante opened this issue Dec 12, 2015 · 3 comments

Comments

@portante
Copy link
Member

Let's consider indexing the JSON data generated by fio as stored in the fio-result.txt file for a given sample.

This should be fairly straight forward since it is already in JSON form, but we need to add the right metadata so that we can find the document algorithmically.

@ashishkamra
Copy link
Member

Need more investigation @ndokos

@portante portante added this to the v0.54 milestone Sep 15, 2018
@portante portante modified the milestones: v0.54, v0.55 Oct 24, 2018
@portante portante modified the milestones: v0.55, v0.56 Jan 25, 2019
@portante portante removed this from the v0.56 milestone Feb 6, 2019
@portante portante added the fio pbench-fio benchmark related label Oct 20, 2021
@portante
Copy link
Member Author

From #1905:

One can get the data, for example, via:

$ cat ./1-read-4KiB/sample1/fio-result.txt | jq -r '.jobs[].read.clat_ns.percentile."90.000000"'

@webbnh
Copy link
Member

webbnh commented Nov 1, 2021

Just FYI, the man page for jq says it will accept a file as an input, so the cat stage of the pipeline isn't necessary....

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

No branches or pull requests

4 participants