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

corrected sizereading

parent 26bb3535
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ function run_write {
[ -d $dir ] && rm -rf $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
ls -l $dir/file | gawk '{print $1}' >> $LOGD/write
ls -s $dir/file | gawk '{print $1}' >> $LOGD/write
/usr/bin/timeout 300 /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