This commit is contained in:
Sandino Araico Sanchez 2017-01-16 05:48:41 -06:00
parent ba647c3d0a
commit ed417559ff

View file

@ -12,7 +12,7 @@ elif [[ "$1" == "csv" ]] ; then
SUMMARY=csv
else
if [[ -f $OUTPUT_DIR/disk.lst ]] ; then
mv -vf $OUTPUT_DIR/disk.lst $OUTPUT_DIR/disk.MY_DATETIME
mv -vf $OUTPUT_DIR/disk.lst $OUTPUT_DIR/disk.$MY_DATETIME
fi
scan-hdd # Always rescan
fi
@ -20,7 +20,7 @@ if [[ "$1" == "force" ]] ; then
rm -f $OUTPUT_DIR/disk/*.fio.result
fi
MAXWAIT=69
MAXWAIT=9
JOBS=0
if [[ $SUMMARY == 0 ]] ; then
echo -n "BEGIN: " >> $OUTPUT_DIR/fio.log