Skip to content
Snippets Groups Projects
Commit 5529c6f7 authored by Henning Fehrmann's avatar Henning Fehrmann Committed by Henning Fehrmann
Browse files

want always time output

parent b47301ef
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ function run_write { ...@@ -42,7 +42,7 @@ function run_write {
dir=$MDIR/fio/$HOST dir=$MDIR/fio/$HOST
[ -d $dir ] && rm -rf $dir [ -d $dir ] && rm -rf $dir
mkdir -p $dir mkdir -p $dir
/usr/bin/timeout 300 /usr/bin/time --format "%E" --output=$LOGD/write dd if=/dev/zero of=$dir/file bs=1M count=$3 /usr/bin/time --format "%E" --output=$LOGD/write /usr/bin/timeout 300 dd if=/dev/zero of=$dir/file bs=1M count=$3
ls -s $dir/file | gawk '{print $1}' >> $LOGD/write ls -s $dir/file | gawk '{print $1}' >> $LOGD/write
#/usr/bin/timeout 10 /usr/bin/time --format "%E" --output=$LOGD/sync /bin/sync #/usr/bin/timeout 10 /usr/bin/time --format "%E" --output=$LOGD/sync /bin/sync
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment