From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from 87-104-106-3-dynamic-customer.profibernet.dk ([87.104.106.3]:54260 "EHLO kernel.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753596Ab1IMILH (ORCPT ); Tue, 13 Sep 2011 04:11:07 -0400 Message-ID: <4E6F1019.4050106@kernel.dk> Date: Tue, 13 Sep 2011 10:11:05 +0200 From: Jens Axboe MIME-Version: 1.0 Subject: Re: runtime option not working similar for all devices References: <4E6DC4C1.2050804@kernel.dk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: fio-owner@vger.kernel.org List-Id: fio@vger.kernel.org To: Josh Aune Cc: Vikram Seth , "fio@vger.kernel.org" On 2011-09-13 10:04, Josh Aune wrote: > >> >> [global] >> description=Standard Performance test >> runtime=43200 >> direct=1 >> filename=/dev/sdc >> numjobs=20 >> group_reporting > > Add time_based and it will run for the full duration specified by runtime. Yes. With the job given, once fio has done 128kb randreads to any block on the total size of sdc, it will exit otherwise. If you only give runtime=xx, then it's just a cap, it wont extend your runtime beyond the size of the job. -- Jens Axboe