All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug report] Runtime, IOPS, bandwidth recorded incorrectly if small size with time_based
@ 2015-04-24 22:50 Akash Verma
  2015-05-04 20:42 ` Jens Axboe
  0 siblings, 1 reply; 9+ messages in thread
From: Akash Verma @ 2015-04-24 22:50 UTC (permalink / raw)
  To: fio; +Cc: Brian Fulton

If there's a load with a very small size, but forced to repeat using
time_based, the runtime reported at the end, as well as IOPS,
bandwidth are wrong.

E.g. using this control file:

[short_and_suite]
rw=randread
bs=128k
size=128k
ioengine=libaio
time_based=1
runtime=1
filename=datafile.tmp

(where datafile.tmp already exists, for a more dramatic demonstration)
The results I'm seeing on a hard drive are:
read : io=304128KB, bw=24750MB/s, iops=198000, runt=    12msec

This is a regression from FIO 2.0.5, which gives the following results:
read : io=242176KB, bw=242418KB/s, iops=1893 , runt=   999msec

which is much more reasonable.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-05-15 17:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-24 22:50 [Bug report] Runtime, IOPS, bandwidth recorded incorrectly if small size with time_based Akash Verma
2015-05-04 20:42 ` Jens Axboe
2015-05-04 21:25   ` Brian Fulton
2015-05-04 22:02     ` Jens Axboe
2015-05-04 22:08       ` Jens Axboe
2015-05-04 23:17         ` Brian Fulton
2015-05-05  0:37           ` Jens Axboe
2015-05-05  1:12             ` Brian Fulton
2015-05-15 17:32               ` Brian Fulton

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.