[jbosscache-commits] JBoss Cache SVN: r5160 - benchmarks/benchmark-fwk/trunk/conf.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Jan 17 10:22:36 EST 2008


Author: mircea.markus
Date: 2008-01-17 10:22:36 -0500 (Thu, 17 Jan 2008)
New Revision: 5160

Modified:
   benchmarks/benchmark-fwk/trunk/conf/cachebench.xml
   benchmarks/benchmark-fwk/trunk/conf/log4j.xml
Log:


Modified: benchmarks/benchmark-fwk/trunk/conf/cachebench.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/conf/cachebench.xml	2008-01-17 13:34:52 UTC (rev 5159)
+++ benchmarks/benchmark-fwk/trunk/conf/cachebench.xml	2008-01-17 15:22:36 UTC (rev 5160)
@@ -8,7 +8,7 @@
 	emptyCacheBetweenTests - again, use if you're running out of mem.
 	numThreads - the number of executor threads to use to perform the required number of operations.  
 -->
-<cachebench sampleSize="10000" gcBetweenTestsEnabled="true" sleepBetweenTests="1000" emptyCacheBetweenTests="true" numThreads="10">
+<cachebench sampleSize="5500" gcBetweenTestsEnabled="true" sleepBetweenTests="1000" emptyCacheBetweenTests="true" numThreads="10">
 
 
    <!--
@@ -20,10 +20,16 @@
          - for each node instance socket address is specified. You can make sure that addresses are available by using
          checkClusterAddresses ant target 
    -->
-   <cluster bindAddress="127.0.0.1">
-      <member host="127.0.0.1" port="7900"/>
-      <member host="127.0.0.1" port="7901"/>
-      <member host="127.0.0.1" port="7902"/>
+   <cluster>
+      <member host="cluster01" port="17900"/>
+      <member host="cluster02" port="17900"/>
+      <member host="cluster03" port="17900"/> 
+      <member host="cluster04" port="17900"/> 
+      <member host="cluster05" port="17900"/> 
+      <member host="cluster06" port="17900"/> 
+      <member host="cluster07" port="17900"/> 
+      <member host="cluster08" port="17900"/> 
+      <member host="cluster09" port="17900"/> 
    </cluster>
 
    <!-- Each testcase represents either a single configuration or a cacheing product.
@@ -36,8 +42,8 @@
       <!-- org.cachebench.warmup.PutGetCacheWarmup warms up the cache by doing operation on it; simulates a real-world environment.
       If no warmup is needed use org.cachebench.warmup.NoCacheWarmup
       -->
-      <warmup warmupClass="org.cachebench.warmup.NoCacheWarmup">
-         <param name="operationCount" value="10000"/>
+      <warmup warmupClass="org.cachebench.warmup.PutGetCacheWarmup">
+         <param name="operationCount" value="3000"/>
       </warmup>
 
       <!--
@@ -56,7 +62,7 @@
        <!--<test name="Strings" testClass="org.cachebench.tests.simpletests.StringTest" weight="2.0" />-->
        
        <test name="Strings" testClass="org.cachebench.tests.SessionSimulatorTest" weight="2.0" >
-          <param name="numberOfRequest" value="1000000"/>
+          <param name="numberOfRequest" value="100000"/>
           <param name="numberOfAttributes" value="100"/>
           <param name="writePercentage" value="20"/>
           <param name="sizeOfAnAttribute" value="1000"/>

Modified: benchmarks/benchmark-fwk/trunk/conf/log4j.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/conf/log4j.xml	2008-01-17 13:34:52 UTC (rev 5159)
+++ benchmarks/benchmark-fwk/trunk/conf/log4j.xml	2008-01-17 15:22:36 UTC (rev 5160)
@@ -49,17 +49,17 @@
     </category>
 
     <category name="net.sf.ehcache" additivity="false">
-        <priority value="DEBUG"/>
+        <priority value="WARN"/>
         <appender-ref ref="FILE"/>
     </category>
 
    <category name="com.tc" additivity="false">
-        <priority value="DEBUG"/>
+        <priority value="WARN"/>
         <appender-ref ref="FILE"/>
     </category>
 
    <category name="org.tc" additivity="false">
-        <priority value="DEBUG"/>
+        <priority value="WARN"/>
         <appender-ref ref="FILE"/>
     </category>
 




More information about the jbosscache-commits mailing list