So if I run a job with log_avg_msec, I've noticed that operations can occur after the last entry in the logs. For example, this job: sudo ./fio --name=job --filename=/dev/nvme0n1 --rw=read --bs=4K --ioengine=sync --iodepth=1 --direct=1 --write_bw_log=foo.log --log_avg_msec=1100 --runtime=4 --time_based yields this log: 1100, 213694, 0, 0, 0 2200, 265947, 0, 0, 0 3300, 265465, 0, 0, 0 Is this expected/desired? I was surprised there was no final entry in the log to account for the operations between the last periodic log entry and the end of the job. Thanks, Nick