example: add SSD steady state test case
authorJens Axboe <axboe@kernel.dk>
Wed, 22 Aug 2012 18:42:46 +0000 (20:42 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Aug 2012 18:44:24 +0000 (20:44 +0200)
commit58a525d85eecbab1131d6d54e24b8b9c0dd906d6
treea08c79dd2f60066fb41e3d72f3ee4de35e321efc
parent15a3d9d9423cb14de78252da5d3ccc32db268a4a
example: add SSD steady state test case

Simple test case:

- Start by filling a drive with large block sequential writes
- Once that is done, start filling it with random 4k writes.

At some point the latter phase will hit steady state. Progress
is logged.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
examples/ssd-steadystate.fio [new file with mode: 0644]