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>
Fri, 30 Mar 2012 08:30:35 +0000 (10:30 +0200)
commitb852e7cf097cec1c7fb92305f9c3c6b394bb39ad
treebf5c6dadeb5633bc3117676ad413e7c865cde51e
parentd44256b0094fc2e0516adfaf5126d2de9dc951e7
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