Home | History | Annotate | Download | only in tools

Lines Matching refs:MODES

31 MODES="write,randwrite,read,randread"
64 Default is "$MODES"
149 for mode in $(echo $MODES | tr "," " "); do
185 for mode in $(echo $MODES | tr "," " "); do
245 MODES=$OPTARG;
276 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-all-$MODES-$PRINTABLE_DISKS.fio
280 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-sequential-$MODES-$PRINTABLE_DISKS.fio
283 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-parallel-$MODES-$PRINTABLE_DISKS.fio
301 echo $MODES | grep -q "write"
306 for mode in $(echo $MODES | tr "," " "); do