mtd: example job file
authorDan Ehrenberg <dehrenberg@chromium.org>
Tue, 14 Apr 2015 22:58:20 +0000 (15:58 -0700)
committerJens Axboe <axboe@fb.com>
Wed, 15 Apr 2015 00:19:20 +0000 (18:19 -0600)
commitb9ab9e613c0090539f519ceac6a1c237f57d4dad
tree80349a91f78ca25637fa40ff8a1ca6dda0488fbb
parent65fa28ca25ff0128b13d8ab6b3a0f9f75e33825f
mtd: example job file

This job file shows how one can write sequentially to an MTD device,
erase (with trim), and do a looped write/trim workload. Ignoring EIO
errors allows operations to continue as bad blocks are skipped.
The block histogram counts P/E cycles and can be used to assess
NAND flash lifetime and failure characteristics. The job file is
written to work with the nandsim fake NAND device.

Signed-off-by: Dan Ehrenberg <dehrenberg@chromium.org>
Signed-off-by: Jens Axboe <axboe@fb.com>
examples/mtd.fio [new file with mode: 0644]