[PATCH] fio: Add ratemin/ratecycle/fsync options and lots of cleanups
authorJens Axboe <axboe@suse.de>
Wed, 19 Oct 2005 11:42:09 +0000 (13:42 +0200)
committerJens Axboe <axboe@suse.de>
Wed, 19 Oct 2005 11:42:09 +0000 (13:42 +0200)
commit4240cfa1bc78e23a2743f23f78ffddc9ce5d8230
treeb4b76c7f455fe8e006805333bc94d9eb6b22a6ac
parentf737299de31b0f0e4055947dc2a31c8fed496879
[PATCH] fio: Add ratemin/ratecycle/fsync options and lots of cleanups

- Define max jobs and allocate threads in advance, was buggy
- ->mutex should default to locked for proper synced startup
- Add fsync option for fsync'ing for every N blocks on non-direct writes
- Add ratemin option for quitting the thread if min rate isn't met
- Add ratecycle option for setting rate average period
- Lots of cleanups
README.fio
fio.c