engine/filecreate: use clat and reads for stats
authorJens Axboe <axboe@kernel.dk>
Mon, 9 Oct 2017 19:13:13 +0000 (13:13 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 Oct 2017 19:13:13 +0000 (13:13 -0600)
commitb47b45887dcd4c9bd7d0391a393809ef892a34ff
treedca477c602c50a4f109613f45e9dbdc8ab4d46e5
parent0410e7834e18760c4b38d8e51483c649d47aa0c0
engine/filecreate: use clat and reads for stats

Fio defaults to reads, we should use the same direction as the job
though. Additionally, we must use clat latencies for tracking,
as this is a sync engine and whole latencies are logged as
completions.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/filecreate.c