-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
specifying log_compression results in log_avg_msec ignored for bw and iops logs #1746
Comments
Do you know a fio version where this was working? I tried 3.36 and see the same issue.
|
No, I only tested it on the latest version. Do you want me to bisect it? |
I think the issue is in
Try reverting 8363654 and let me know if it works. The only problem is that I'm not sure what issues that patch fixed, so I don't know what harm would be caused by reverting it. |
I reverted that commit, and got a segfault :) Seems that patch did have some purpose. |
gdb says that the segfault occurs at:
|
Please acknowledge the following before creating a ticket
Description of the bug:
If
log_compression
is specified together withlog_avg_msec
, then bw and iops logs still contain a separate entry for each I/O done (instead of averages as expected).Environment: Arch Linux, 6.7.5-arch1-1
fio version: fio-3.37
Reproduction steps
Run with
fio --filename /dev/sdX test.fio
.Observe lots of non-averaged entries in the bw and iops logs:
The text was updated successfully, but these errors were encountered: