summaryrefslogtreecommitdiffstats
path: root/python_pgms/cloud-on-fly/src/scripts/Dbench.sh
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrambk@gmail.com>2011-07-13 18:28:56 +0530
committerRaghavendra Bhat <raghavendrambk@gmail.com>2011-07-13 18:28:56 +0530
commitbf87a7d06b054005040dad8dd7ac878210e8939f (patch)
treed502d224ccc1e4b851285d838c38975871f70c84 /python_pgms/cloud-on-fly/src/scripts/Dbench.sh
parentd8ba6881617e9abc01e0fa13bb7e88037fb35315 (diff)
cloud seed
Diffstat (limited to 'python_pgms/cloud-on-fly/src/scripts/Dbench.sh')
-rwxr-xr-xpython_pgms/cloud-on-fly/src/scripts/Dbench.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/python_pgms/cloud-on-fly/src/scripts/Dbench.sh b/python_pgms/cloud-on-fly/src/scripts/Dbench.sh
new file mode 100755
index 0000000..10728ee
--- /dev/null
+++ b/python_pgms/cloud-on-fly/src/scripts/Dbench.sh
@@ -0,0 +1,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
+