Moved comma's in table header to the proper place.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1474 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-01-17 17:36:50 +00:00
parent 421dbafa7c
commit 30fef168be

View File

@@ -223,7 +223,7 @@ do
printf "%8s " "R"
i=$((i+1))
done
printf "%8s %8s %8s" "R(avg," "R(std" "R"
printf "%8s %8s %8s" "R(avg," "R(std," "R"
printf "\n"
# Header, line 2
@@ -234,14 +234,14 @@ do
printf "%8s " "(s)"
i=$((i+1))
done
printf "%8s %8s %8s " "MB/s)" ",MB/s)" "(IOPS)"
printf "%8s %8s %8s " "MB/s)" "MB/s)" "(IOPS)"
i=0
while [ $i -lt ${iterations} ]
do
printf "%8s " "(s)"
i=$((i+1))
done
printf "%8s %8s %8s" "MB/s)" ",MB/s)" "(IOPS)"
printf "%8s %8s %8s" "MB/s)" "MB/s)" "(IOPS)"
printf "\n"
# Measurements