[jbosscache-commits] JBoss Cache SVN: r5245 - in benchmarks/benchmark-fwk/trunk: conf and 1 other directory.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Jan 28 06:47:59 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-01-28 06:47:58 -0500 (Mon, 28 Jan 2008)
New Revision: 5245

Modified:
   benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh
   benchmarks/benchmark-fwk/trunk/bindAddress.sh
   benchmarks/benchmark-fwk/trunk/conf/log4j.xml
Log:


Modified: benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh	2008-01-28 11:39:46 UTC (rev 5244)
+++ benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh	2008-01-28 11:47:58 UTC (rev 5245)
@@ -1,7 +1,8 @@
 #!/bin/bash
 
-scaling="2 4 6 8 10"
-configs="pess-repl-async.xml pess-repl-sync.xml ress-repl-async-br.xml"
+# scaling="2 4 6 8 10"
+scaling="2 4 6"
+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
@@ -18,9 +19,10 @@
 				echo Waiting for report... 
 				sleep 30
 			done
-			sleep 10
+			sleep 60
 			mv performance-$size.csv output/$product-$config-$size.csv
 			./cluster.sh stop
+			#/home/msurtani/bin/killAllJVMs.sh
 			sleep 10
 		done
 	done

Modified: benchmarks/benchmark-fwk/trunk/bindAddress.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/bindAddress.sh	2008-01-28 11:39:46 UTC (rev 5244)
+++ benchmarks/benchmark-fwk/trunk/bindAddress.sh	2008-01-28 11:47:58 UTC (rev 5245)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
 ### Set your bind address for the tests to use. Could be an IP, host name or a reference to an environment variable.
-BIND_ADDRESS=${MYTESTIP_1}
+BIND_ADDRESS=${MYTESTIP_2}
 

Modified: benchmarks/benchmark-fwk/trunk/conf/log4j.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/conf/log4j.xml	2008-01-28 11:39:46 UTC (rev 5244)
+++ benchmarks/benchmark-fwk/trunk/conf/log4j.xml	2008-01-28 11:47:58 UTC (rev 5245)
@@ -7,8 +7,8 @@
     <!-- The rolling file appender -->
     <appender name="FILE" class="org.apache.log4j.RollingFileAppender">
         <param name="File" value="cachebench.log"/>
-        <param name="Append" value="false"/>
-        <param name="Threshold" value="DEBUG"/>
+        <param name="Append" value="true"/>
+        <param name="Threshold" value="TRACE"/>
         <param name="MaxFileSize" value="10480KB"/>
         <param name="MaxBackupIndex" value="3"/>
         <layout class="org.apache.log4j.PatternLayout">
@@ -43,9 +43,8 @@
     </category>
 
     <category name="org.cachebench" additivity="false">
-        <priority value="INFO"/>
+        <priority value="TRACE"/>
         <appender-ref ref="FILE"/>
-        <appender-ref ref="CONSOLE"/>
     </category>
 
     <category name="net.sf.ehcache" additivity="false">




More information about the jbosscache-commits mailing list