Since the intention of the script is to run serially, you dont need
both '&' and 'sleep', you can remove '&' and let the fio command
block and remove sleep
> fio --time_based
> --filename=/dev/$disk --rw=$rw --bs=$bs --ioengine=libaio --direct=1
> --numjobs=$numjobs --iodepth=$iodepth --name=test --group_reporting
> --runtime=$runtime &>
> $logdir/${disk}_${bs}_${rw}_numjobs${numjobs}_iodepth${iodepth_2}.log
> done
> #sleep $runtime
--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html