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

Use stable units for FIO #34

Open
kdvalin opened this issue Dec 5, 2024 · 1 comment
Open

Use stable units for FIO #34

kdvalin opened this issue Dec 5, 2024 · 1 comment

Comments

@kdvalin
Copy link
Member

kdvalin commented Dec 5, 2024

Currently this wrapper puts whatever FIO spits out as MB/s or IOPs. The normal output scales units to make it more readable. When blindly converting to a CSV, this can cause problems when comparing multiple systems to each other.

This can be done in a few different ways.

#21 introduces a JSON file, which has stable units.

We can also try converting the units to an agreed-upon unit

@malucius-rh
Copy link
Contributor

I have a fix almost ready for this, which does the jsonificiation and deals with the units issue.

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

2 participants