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:42:46 +0000 (20:42 +0200)
commit97908e6b8161634bbc1e3702dc4b762d1e242747
treed14d1d99953cb0b0f673e7ab092d2f4ba668efa6
parent88e4beaa6a4a56c36484be1b4358ee00607bcfc6
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]