From: Jens Axboe Date: Thu, 23 Oct 2014 15:15:20 +0000 (-0600) Subject: Start and stop status interval (or file) thread separately X-Git-Tag: fio-2.1.14~39 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=b2ee7647ee05604397672f6b7c1a804b07466270;hp=b2ee7647ee05604397672f6b7c1a804b07466270 Start and stop status interval (or file) thread separately This gets rid of the need to create threads on the fly for this, and we can manage it and stop it before we do real stats at the end. Signed-off-by: Jens Axboe ---