Author: manik.surtani(a)jboss.com
Date: 2008-01-30 20:31:23 -0500 (Wed, 30 Jan 2008)
New Revision: 5272
Modified:
benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh
benchmarks/benchmark-fwk/trunk/generateChart.sh
Log:
Modified: benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh 2008-01-31 01:28:40 UTC (rev
5271)
+++ benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh 2008-01-31 01:31:23 UTC (rev
5272)
@@ -1,8 +1,8 @@
#!/bin/bash
-scaling="2 4 6 8 10"
-#scaling="2 4 6"
-configs="pess-repl-async.xml pess-repl-sync.xml pess-repl-async-br.xml"
+#scaling="2 4 6 8 10"
+scaling="2 4"
+configs="pess-repl-async.xml pess-repl-sync.xml" #
pess-repl-async-br.xml"
products="jbosscache-2.0.0 jbosscache-2.1.0"
mkdir output
@@ -15,15 +15,15 @@
do
./cluster.sh start $product $config $size
- outputFileName=data_$product_$config_$size.csv
+ outputFileName=data_${product}_${config}_${size}.csv
while [ ! -e $outputFileName ]
do
- echo Waiting for report...
- sleep 60
+ echo Waiting for report [ $outputFileName ]
+ sleep 10
done
sleep 60
- mv outputFileName output/
+ mv $outputFileName output/
sleep 10
done
done
Modified: benchmarks/benchmark-fwk/trunk/generateChart.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/generateChart.sh 2008-01-31 01:28:40 UTC (rev 5271)
+++ benchmarks/benchmark-fwk/trunk/generateChart.sh 2008-01-31 01:31:23 UTC (rev 5272)
@@ -1,8 +1,8 @@
#!/bin/bash
-CP=.
+CP=.:classes/production/Framework
-for i in lib/*.java
+for i in lib/*.jar
do
CP=$CP:$i
done