engines: add engine for file stat
authorSu, Friendy <Friendy.Su@sony.com>
Wed, 22 Jan 2020 15:31:25 +0000 (08:31 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jan 2020 15:31:25 +0000 (08:31 -0700)
commit73ccd14e52d1379fb0848811894125a5a8cd954a
tree4c7cc5ea81da9e50e58aec70315d3dd3cf6da633
parentd9b7596a1fad5adf7f6731d067e1513c56eabe96
engines: add engine for file stat

This engine is to measure performance of accessing file's meta data.
This is for the actual access pattern which does not do real IO, but
just look up the file and get file's attribute.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO
Makefile
engines/filestat.c [new file with mode: 0644]
examples/filestat-ioengine.fio [new file with mode: 0644]
fio.1