summaryrefslogtreecommitdiffstats
path: root/python_pgms/cloud-on-fly/src/scripts/Dbench.sh
blob: 10728ee44d226e3f256cf2255f48134ccb4fce86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cd CLOUD_MNT_PT
for i in {1..6}; 
do 
if [ -d $i ];
then echo " ye"; 
else mkdir -p $i;
break;
fi;
done
cd $i
/opt/qa/tools/32-bit/iozone -a -b output.xls > txt.out &
touch $i.txt
echo " CLOUD_MNT_PT "  > $i.txt