You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: