All of lore.kernel.org
 help / color / mirror / Atom feed
* Operations at "end" of job with log_avg_msec are missing from logs. Expected?
@ 2022-02-24 22:47 Nick Neumann
  0 siblings, 0 replies; only message in thread
From: Nick Neumann @ 2022-02-24 22:47 UTC (permalink / raw)
  To: fio

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-24 22:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24 22:47 Operations at "end" of job with log_avg_msec are missing from logs. Expected? Nick Neumann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.