Define SIGUSR1 to inform fio to dump run stats while continuing to run
authorJens Axboe <axboe@kernel.dk>
Fri, 30 Mar 2012 08:30:35 +0000 (10:30 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 11 Apr 2012 20:04:55 +0000 (22:04 +0200)
commit4c6d91e8808fd11f3cee663e42db813b0934c8bb
tree4c8acc65cd0ab770d4636213d86c4dfed4917e29
parenta462baefd211d1847cefbaa500c8aaad2128374b
Define SIGUSR1 to inform fio to dump run stats while continuing to run

For long running jobs, it may be interesting to see the stats without
having to terminate the job. Set up SIGUSR1 so that it does that,
gives you the stats at that point in time.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
backend.c
client.c
stat.c
stat.h