Skip to content

Conversation

@harriscr
Copy link
Contributor

With the inclusion of the total_iodepth feature in PR324 the post_processing modules now give eratic results.
This is because currently the code uses the iodepth value from the fio logs, and not the total_iodepth value set as that is never passed to fio.

The temporary fix is to parse the total_iodepth number from the file path used for the fio results run via CBT (taken from the write_iops_log value stored in the fio output file.

A better fix can be done when the workloads code is split into its own module, and we can write the total_iodepth value somewhere that the post_processing code can read, or we have a better way to cnnect the fio results to the workload that ran it. Until then, this code will allow the post processing to work with the total_iodepth feature

Chris Harris added 3 commits February 7, 2025 16:34
Signed-off-by: Chris Harris (harriscr@uk.ibm.com)
Signed-off-by: Chris Harris (harriscr@uk.ibm.com)
Signed-off-by: Chris Harris (harriscr@uk.ibm.com)
@harriscr harriscr self-assigned this Feb 24, 2025
Copy link
Member

@lee-j-sanders lee-j-sanders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@harriscr harriscr merged commit da1706c into ceph:master Mar 4, 2025
@harriscr harriscr deleted the ch_wip_pp_ti branch March 4, 2025 14:29
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

Successfully merging this pull request may close these issues.

2 participants