[PATCH] Introduce an extra runstate for monitoring thread startup
authorJens Axboe <axboe@suse.de>
Thu, 1 Jun 2006 11:56:09 +0000 (13:56 +0200)
committerJens Axboe <axboe@suse.de>
Thu, 1 Jun 2006 11:56:09 +0000 (13:56 +0200)
commit751548451d969148529b642c05e7544726ec3b64
tree21eb26b936cc61f093288c63cc49119babaa990b
parentd07f439ead57caecbcf4e049d322c17be92bc99b
[PATCH] Introduce an extra runstate for monitoring thread startup

This way we can detect whether a thread is hanging in init, and take
it down after a timeout. This would have caught the /dev/random
problems fixed yesterday.

Also limit the Client message printed at the beginnig, to only show
the first and last of identical job types instead of everything
in between.
fio-ini.c
fio.c