JBoss Cache SVN: r8279 - benchmarks/benchmark-fwk/trunk.
by jbosscache-commits@lists.jboss.org
Author: mircea.markus
Date: 2009-10-30 13:02:38 -0400 (Fri, 30 Oct 2009)
New Revision: 8279
Added:
benchmarks/benchmark-fwk/trunk/poweroff_all_slaves.sh
Log:
Added: benchmarks/benchmark-fwk/trunk/poweroff_all_slaves.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/poweroff_all_slaves.sh (rev 0)
+++ benchmarks/benchmark-fwk/trunk/poweroff_all_slaves.sh 2009-10-30 17:02:38 UTC (rev 8279)
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+i=1; while [ $i -lt 13 ] ; do ssh root@slave$i "poweroff" ; let "i+=1" ; done
Property changes on: benchmarks/benchmark-fwk/trunk/poweroff_all_slaves.sh
___________________________________________________________________
Name: svn:executable
+ *
15 years, 1 month
JBoss Cache SVN: r8278 - in benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0: lib and 1 other directory.
by jbosscache-commits@lists.jboss.org
Author: mircea.markus
Date: 2009-10-30 13:02:13 -0400 (Fri, 30 Oct 2009)
New Revision: 8278
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-async.xml
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-sync.xml
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/pess-repl-async.xml
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/lib/jboss-common-core.jar
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/lib/jbosscache-core.jar
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/lib/jgroups.jar
Log:
Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-async.xml 2009-10-29 17:43:32 UTC (rev 8277)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-async.xml 2009-10-30 17:02:13 UTC (rev 8278)
@@ -1,14 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<jbosscache xmlns="urn:jboss:jbosscache-core:config:3.0">
- <locking isolationLevel="READ_COMMITTED" lockAcquisitionTimeout="10000" nodeLockingScheme="mvcc"
- concurrencyLevel="10000"/>
+ <locking isolationLevel="READ_COMMITTED" lockAcquisitionTimeout="240000" nodeLockingScheme="mvcc"
+ concurrencyLevel="50000"/>
<transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
<clustering mode="replication" clusterName="JBossCache-Cluster">
<stateRetrieval timeout="20000" fetchInMemoryState="false"/>
<async serializationExecutorPoolSize="1000" serializationExecutorQueueSize="500000"/>
-<!--
- <async serializationExecutorPoolSize="-1"/>
--->
<jgroupsConfig>
<UDP discard_incompatible_packets="true" enable_bundling="true" enable_diagnostics="false" ip_ttl="2"
loopback="false" max_bundle_size="64000" max_bundle_timeout="30" mcast_addr="228.10.10.10"
Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-sync.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-sync.xml 2009-10-29 17:43:32 UTC (rev 8277)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/mvcc-repl-sync.xml 2009-10-30 17:02:13 UTC (rev 8278)
@@ -1,41 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
-<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1"
- xsi:schemaLocation="urn:jboss:jbosscache-core:config:3.1 ">
- <locking isolationLevel="READ_COMMITTED" lockAcquisitionTimeout="120000" nodeLockingScheme="mvcc"
- concurrencyLevel="10000"/>
- <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
+<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.0">
+ <locking isolationLevel="READ_COMMITTED" lockAcquisitionTimeout="240000" nodeLockingScheme="mvcc"
+ concurrencyLevel="50000"/>
+ <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
- <clustering clusterName="JBossCache-Cluster" mode="replication">
- <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
- <jgroupsConfig>
- <UDP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false" ip_ttl="2"
- loopback="false" max_bundle_size="64000" max_bundle_timeout="30" mcast_addr="228.10.10.10"
- mcast_port="45588" mcast_recv_buf_size="25000000" mcast_send_buf_size="640000"
- oob_thread_pool.enabled="true" oob_thread_pool.keep_alive_time="10000" oob_thread_pool.max_threads="4"
- oob_thread_pool.min_threads="1" oob_thread_pool.queue_enabled="true"
- oob_thread_pool.queue_max_size="10"
- oob_thread_pool.rejection_policy="Run" thread_naming_pattern="pl" thread_pool.enabled="true"
- thread_pool.keep_alive_time="30000" thread_pool.max_threads="25" thread_pool.min_threads="1"
- thread_pool.queue_enabled="true" thread_pool.queue_max_size="10" thread_pool.rejection_policy="Run"
- tos="8" ucast_recv_buf_size="20000000" ucast_send_buf_size="640000" use_concurrent_stack="true"
- use_incoming_packet_handler="true"/>
- <PING num_initial_members="3" timeout="2000"/>
- <MERGE2 max_interval="30000" min_interval="10000"/>
- <FD_SOCK/>
- <FD max_tries="5" shun="true" timeout="10000"/>
- <VERIFY_SUSPECT timeout="1500"/>
- <pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0" retransmit_timeout="300,600,1200,2400,4800"
- use_mcast_xmit="false"/>
- <UNICAST timeout="300,600,1200,2400,3600"/>
- <pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000" stability_delay="1000"/>
- <pbcast.GMS join_timeout="5000" print_local_addr="true" shun="false" view_ack_collection_timeout="5000"
- view_bundling="true"/>
- <FRAG2 frag_size="60000"/>
- <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
- <pbcast.FLUSH timeout="0"/>
- </jgroupsConfig>
- <sync replTimeout="120000"/>
+ <clustering clusterName="JBossCache-Cluster" mode="replication">
+ <stateRetrieval timeout="20000" fetchInMemoryState="false"/>
+ <jgroupsConfig>
+ <UDP discard_incompatible_packets="true" enable_bundling="false" enable_diagnostics="false" ip_ttl="2"
+ loopback="false" max_bundle_size="64000" max_bundle_timeout="30" mcast_addr="228.10.10.10"
+ mcast_port="45588" mcast_recv_buf_size="25000000" mcast_send_buf_size="640000"
+ oob_thread_pool.enabled="true" oob_thread_pool.keep_alive_time="10000" oob_thread_pool.max_threads="4"
+ oob_thread_pool.min_threads="1" oob_thread_pool.queue_enabled="true"
+ oob_thread_pool.queue_max_size="10"
+ oob_thread_pool.rejection_policy="Run" thread_naming_pattern="pl" thread_pool.enabled="true"
+ thread_pool.keep_alive_time="30000" thread_pool.max_threads="25" thread_pool.min_threads="1"
+ thread_pool.queue_enabled="true" thread_pool.queue_max_size="10" thread_pool.rejection_policy="Run"
+ tos="8" ucast_recv_buf_size="20000000" ucast_send_buf_size="640000" use_concurrent_stack="true"
+ use_incoming_packet_handler="true"/>
+ <PING num_initial_members="3" timeout="2000"/>
+ <MERGE2 max_interval="30000" min_interval="10000"/>
+ <FD_SOCK/>
+ <FD max_tries="5" shun="true" timeout="10000"/>
+ <VERIFY_SUSPECT timeout="1500"/>
+ <pbcast.NAKACK discard_delivered_msgs="true" gc_lag="0" retransmit_timeout="300,600,1200,2400,4800"
+ use_mcast_xmit="false"/>
+ <UNICAST timeout="300,600,1200,2400,3600"/>
+ <pbcast.STABLE desired_avg_gossip="50000" max_bytes="400000" stability_delay="1000"/>
+ <pbcast.GMS join_timeout="5000" print_local_addr="true" shun="false" view_ack_collection_timeout="5000"
+ view_bundling="true"/>
+ <FRAG2 frag_size="60000"/>
+ <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
+ <pbcast.FLUSH timeout="0"/>
+ </jgroupsConfig>
+ <sync replTimeout="240000"/>
- </clustering>
+ </clustering>
</jbosscache>
Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/pess-repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/pess-repl-async.xml 2009-10-29 17:43:32 UTC (rev 8277)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/conf/pess-repl-async.xml 2009-10-30 17:02:13 UTC (rev 8278)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.1">
+<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.0">
<locking isolationLevel="REPEATABLE_READ" lockAcquisitionTimeout="10000" nodeLockingScheme="pessimistic"/>
<transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
<clustering clusterName="JBossCache-Cluster">
Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/lib/jboss-common-core.jar
===================================================================
(Binary files differ)
Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/lib/jbosscache-core.jar
===================================================================
(Binary files differ)
Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.1.0/lib/jgroups.jar
===================================================================
(Binary files differ)
15 years, 1 month
JBoss Cache SVN: r8277 - benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf.
by jbosscache-commits@lists.jboss.org
Author: mircea.markus
Date: 2009-10-29 13:43:32 -0400 (Thu, 29 Oct 2009)
New Revision: 8277
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml
Log:
Fixed cfgs
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml 2009-10-29 17:09:53 UTC (rev 8276)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml 2009-10-29 17:43:32 UTC (rev 8277)
@@ -19,9 +19,10 @@
transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
syncRollbackPhase="false"
syncCommitPhase="false"/>
- <stateRetrieval fetchInMemoryState="false"/>
<clustering mode="distribution">
<async/>
+ <stateRetrieval fetchInMemoryState="false" />
+
<hash numOwners="2" rehashWait="120000" rehashRpcTimeout="600000"/>
<l1 enabled="true" lifespan="600000"/>
</clustering>
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml 2009-10-29 17:09:53 UTC (rev 8276)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml 2009-10-29 17:43:32 UTC (rev 8277)
@@ -19,10 +19,9 @@
transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
syncRollbackPhase="false"
syncCommitPhase="false"/>
- <stateRetrieval fetchInMemoryState="false"/>
-
<clustering mode="distribution">
<async/>
+ <stateRetrieval fetchInMemoryState="false"/>
<hash numOwners="2" rehashWait="120000" rehashRpcTimeout="600000"/>
<l1 enabled="false"/>
</clustering>
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml 2009-10-29 17:09:53 UTC (rev 8276)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml 2009-10-29 17:43:32 UTC (rev 8277)
@@ -19,9 +19,10 @@
transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
syncRollbackPhase="false"
syncCommitPhase="false"/>
- <stateRetrieval fetchInMemoryState="false"/>
<clustering mode="distribution">
+
+ <stateRetrieval fetchInMemoryState="false"/>
<sync replTimeout="240000"/>
<hash numOwners="2" rehashWait="120000" rehashRpcTimeout="600000"/>
<l1 enabled="true" lifespan="600000"/>
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml 2009-10-29 17:09:53 UTC (rev 8276)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml 2009-10-29 17:43:32 UTC (rev 8277)
@@ -19,9 +19,10 @@
transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
syncRollbackPhase="false"
syncCommitPhase="false"/>
- <stateRetrieval fetchInMemoryState="false"/>
<clustering mode="distribution">
+
+ <stateRetrieval fetchInMemoryState="false"/>
<sync replTimeout="120000"/>
<hash numOwners="2" rehashWait="120000" rehashRpcTimeout="600000"/>
<l1 enabled="false" lifespan="600000"/>
15 years, 1 month
JBoss Cache SVN: r8276 - benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf.
by jbosscache-commits@lists.jboss.org
Author: mircea.markus
Date: 2009-10-29 13:09:53 -0400 (Thu, 29 Oct 2009)
New Revision: 8276
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml
Log:
Fixed cfgs
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml 2009-10-29 17:07:51 UTC (rev 8275)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml 2009-10-29 17:09:53 UTC (rev 8276)
@@ -7,14 +7,6 @@
<transport clusterName="infinispan-cluster">
<properties><property name="configurationFile" value="jg_udp_async.xml"/></properties>
</transport>
-
- <asyncTransportExecutor>
- <properties>
- <property name="maxThreads" value="1000" />
- <property name="queueSize" value="500000" />
- </properties>
- </asyncTransportExecutor>
-
</global>
<default>
15 years, 1 month
JBoss Cache SVN: r8275 - benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf.
by jbosscache-commits@lists.jboss.org
Author: mircea.markus
Date: 2009-10-29 13:07:51 -0400 (Thu, 29 Oct 2009)
New Revision: 8275
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml
Log:
Fixed cfgs
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml 2009-10-29 13:33:04 UTC (rev 8274)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml 2009-10-29 17:07:51 UTC (rev 8275)
@@ -5,12 +5,14 @@
<global>
<transport clusterName="infinispan-cluster">
- <property name="configurationFile" value="jg_udp_async.xml"/>
+ <properties><property name="configurationFile" value="jg_udp_async.xml"/></properties>
</transport>
<asyncTransportExecutor>
+ <properties>
<property name="maxThreads" value="1000" />
<property name="queueSize" value="500000" />
+ </properties>
</asyncTransportExecutor>
</global>
@@ -19,7 +21,7 @@
<locking
lockAcquisitionTimeout="240000"
- concurrencyLevel="50000"/>
+ concurrencyLevel="50000" useLockStriping="false"/>
<transaction
transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml 2009-10-29 13:33:04 UTC (rev 8274)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml 2009-10-29 17:07:51 UTC (rev 8275)
@@ -16,7 +16,7 @@
<locking
lockAcquisitionTimeout="240000"
- concurrencyLevel="50000"/>
+ concurrencyLevel="50000" useLockStriping="false"/>
<transaction
transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml 2009-10-29 13:33:04 UTC (rev 8274)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml 2009-10-29 17:07:51 UTC (rev 8275)
@@ -14,7 +14,7 @@
<default>
<locking
lockAcquisitionTimeout="240000"
- concurrencyLevel="50000"/>
+ concurrencyLevel="50000" useLockStriping="false"/>
<transaction
transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
syncRollbackPhase="false"
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml 2009-10-29 13:33:04 UTC (rev 8274)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml 2009-10-29 17:07:51 UTC (rev 8275)
@@ -14,7 +14,7 @@
<default>
<locking
lockAcquisitionTimeout="240000"
- concurrencyLevel="50000"/>
+ concurrencyLevel="50000" useLockStriping="false"/>
<transaction
transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
syncRollbackPhase="false"
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml 2009-10-29 13:33:04 UTC (rev 8274)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml 2009-10-29 17:07:51 UTC (rev 8275)
@@ -14,7 +14,7 @@
<default>
<locking
lockAcquisitionTimeout="240000"
- concurrencyLevel="50000"/>
+ concurrencyLevel="50000" useLockStriping="false"/>
<transaction
transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
syncRollbackPhase="false"
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml 2009-10-29 13:33:04 UTC (rev 8274)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml 2009-10-29 17:07:51 UTC (rev 8275)
@@ -14,7 +14,7 @@
<default>
<locking
lockAcquisitionTimeout="240000"
- concurrencyLevel="50000"/>
+ concurrencyLevel="50000" useLockStriping="false"/>
<transaction
transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
syncRollbackPhase="false"
15 years, 1 month
JBoss Cache SVN: r8274 - in benchmarks/benchmark-fwk/trunk/cache-products: jbosscache-3.0.0/conf and 1 other directory.
by jbosscache-commits@lists.jboss.org
Author: mircea.markus
Date: 2009-10-29 09:33:04 -0400 (Thu, 29 Oct 2009)
New Revision: 8274
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml
benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async.xml
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-sync.xml
Log:
Updated cfgs
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml 2009-10-29 13:29:06 UTC (rev 8273)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-async.xml 2009-10-29 13:33:04 UTC (rev 8274)
@@ -18,8 +18,8 @@
<default>
<locking
- lockAcquisitionTimeout="120000"
- concurrencyLevel="10000"/>
+ lockAcquisitionTimeout="240000"
+ concurrencyLevel="50000"/>
<transaction
transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml 2009-10-29 13:29:06 UTC (rev 8273)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/repl-sync.xml 2009-10-29 13:33:04 UTC (rev 8274)
@@ -15,8 +15,8 @@
<default>
<locking
- lockAcquisitionTimeout="120000"
- concurrencyLevel="10000"/>
+ lockAcquisitionTimeout="240000"
+ concurrencyLevel="50000"/>
<transaction
transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
@@ -26,7 +26,7 @@
<clustering mode="r">
<stateRetrieval fetchInMemoryState="false"/>
- <sync replTimeout="20000"/>
+ <sync replTimeout="240000"/>
</clustering>
</default>
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml 2009-10-29 13:29:06 UTC (rev 8273)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-l1.xml 2009-10-29 13:33:04 UTC (rev 8274)
@@ -13,8 +13,8 @@
<default>
<locking
- lockAcquisitionTimeout="120000"
- concurrencyLevel="10000"/>
+ lockAcquisitionTimeout="240000"
+ concurrencyLevel="50000"/>
<transaction
transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
syncRollbackPhase="false"
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml 2009-10-29 13:29:06 UTC (rev 8273)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-async-nol1.xml 2009-10-29 13:33:04 UTC (rev 8274)
@@ -13,8 +13,8 @@
<default>
<locking
- lockAcquisitionTimeout="120000"
- concurrencyLevel="10000"/>
+ lockAcquisitionTimeout="240000"
+ concurrencyLevel="50000"/>
<transaction
transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
syncRollbackPhase="false"
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml 2009-10-29 13:29:06 UTC (rev 8273)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-l1.xml 2009-10-29 13:33:04 UTC (rev 8274)
@@ -13,8 +13,8 @@
<default>
<locking
- lockAcquisitionTimeout="120000"
- concurrencyLevel="10000"/>
+ lockAcquisitionTimeout="240000"
+ concurrencyLevel="50000"/>
<transaction
transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
syncRollbackPhase="false"
@@ -22,7 +22,7 @@
<stateRetrieval fetchInMemoryState="false"/>
<clustering mode="distribution">
- <sync replTimeout="120000"/>
+ <sync replTimeout="240000"/>
<hash numOwners="2" rehashWait="120000" rehashRpcTimeout="600000"/>
<l1 enabled="true" lifespan="600000"/>
</clustering>
Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml 2009-10-29 13:29:06 UTC (rev 8273)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/udp-dist-sync-nol1.xml 2009-10-29 13:33:04 UTC (rev 8274)
@@ -13,8 +13,8 @@
<default>
<locking
- lockAcquisitionTimeout="120000"
- concurrencyLevel="10000"/>
+ lockAcquisitionTimeout="240000"
+ concurrencyLevel="50000"/>
<transaction
transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
syncRollbackPhase="false"
Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async.xml 2009-10-29 13:29:06 UTC (rev 8273)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async.xml 2009-10-29 13:33:04 UTC (rev 8274)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jbosscache xmlns="urn:jboss:jbosscache-core:config:3.0">
- <locking isolationLevel="READ_COMMITTED" lockAcquisitionTimeout="10000" nodeLockingScheme="mvcc"
- concurrencyLevel="3000"/>
+ <locking isolationLevel="READ_COMMITTED" lockAcquisitionTimeout="240000" nodeLockingScheme="mvcc"
+ concurrencyLevel="50000"/>
<transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
<clustering mode="replication" clusterName="JBossCache-Cluster">
<stateRetrieval timeout="20000" fetchInMemoryState="false"/>
Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-sync.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-sync.xml 2009-10-29 13:29:06 UTC (rev 8273)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-sync.xml 2009-10-29 13:33:04 UTC (rev 8274)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.0">
- <locking isolationLevel="READ_COMMITTED" lockAcquisitionTimeout="10000" nodeLockingScheme="mvcc"
- concurrencyLevel="3000"/>
+ <locking isolationLevel="READ_COMMITTED" lockAcquisitionTimeout="240000" nodeLockingScheme="mvcc"
+ concurrencyLevel="50000"/>
<transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>
<clustering clusterName="JBossCache-Cluster" mode="replication">
@@ -33,7 +33,7 @@
<pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
<pbcast.FLUSH timeout="0"/>
</jgroupsConfig>
- <sync replTimeout="15000"/>
+ <sync replTimeout="240000"/>
</clustering>
15 years, 1 month
JBoss Cache SVN: r8273 - in benchmarks/benchmark-fwk/trunk: conf and 1 other directory.
by jbosscache-commits@lists.jboss.org
Author: mircea.markus
Date: 2009-10-29 09:29:06 -0400 (Thu, 29 Oct 2009)
New Revision: 8273
Added:
benchmarks/benchmark-fwk/trunk/kill_all_vms.sh
Modified:
benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh
benchmarks/benchmark-fwk/trunk/bindAddress.sh
benchmarks/benchmark-fwk/trunk/build.xml
benchmarks/benchmark-fwk/trunk/cluster.sh
benchmarks/benchmark-fwk/trunk/conf/cachebench.xml
benchmarks/benchmark-fwk/trunk/conf/log4j.xml
benchmarks/benchmark-fwk/trunk/infinispan.sh
benchmarks/benchmark-fwk/trunk/runNode.sh
Log:
Modified: benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh 2009-10-29 11:54:42 UTC (rev 8272)
+++ benchmarks/benchmark-fwk/trunk/allJBossCacheTests.sh 2009-10-29 13:29:06 UTC (rev 8273)
@@ -1,10 +1,11 @@
#!/bin/bash
scaling="2 4 6 8"
-configs="pess-repl-sync.xml pess-repl-sync-br.xml pess-repl-async.xml mvcc-repl-sync.xml mvcc-repl-sync-br.xml mvcc-repl-async.xml"
-#configs="distributed replicated"
-products="jbosscache-3.0.0"
+#configs="udp-dist-async-l1.xml udp-dist-async-nol1.xml"
+configs="mvcc-repl-async.xml"
+#products="infinispan-4.0.0"
+products="jbosscache-3.1.0"
mkdir output
for product in $products
Modified: benchmarks/benchmark-fwk/trunk/bindAddress.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/bindAddress.sh 2009-10-29 11:54:42 UTC (rev 8272)
+++ benchmarks/benchmark-fwk/trunk/bindAddress.sh 2009-10-29 13:29:06 UTC (rev 8273)
@@ -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_2}
-
+#BIND_ADDRESS=${MYTESTIP}
+BIND_ADDRESS=`/sbin/ifconfig eth0 | grep "inet addr" | sed -e "s/^.*addr://g" -e "s/ .*$//g"`
Modified: benchmarks/benchmark-fwk/trunk/build.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/build.xml 2009-10-29 11:54:42 UTC (rev 8272)
+++ benchmarks/benchmark-fwk/trunk/build.xml 2009-10-29 13:29:06 UTC (rev 8273)
@@ -233,18 +233,18 @@
</javac>
</target>
- <target name="compile.module.jbosscache300" depends="fwk"
- description="Compile module jbosscache-3.0.0">
- <mkdir dir="./classes/production/jbosscache-3.0.0"/>
- <javac destdir="./classes/production/jbosscache-3.0.0" debug="${compiler.debug}"
+ <target name="compile.module.jbosscache310" depends="fwk"
+ description="Compile module jbosscache-3.1.0">
+ <mkdir dir="./classes/production/jbosscache-3.1.0"/>
+ <javac destdir="./classes/production/jbosscache-3.1.0" debug="${compiler.debug}"
nowarn="${compiler.generate.no.warnings}" fork="true">
<classpath>
- <fileset dir="./cache-products/jbosscache-3.0.0/lib" includes="*.jar"/>
+ <fileset dir="./cache-products/jbosscache-3.1.0/lib" includes="*.jar"/>
<fileset dir="./lib/common" includes="*.jar"/>
<pathelement location="./lib/commons-logging.jar"/>
<pathelement location="${framework.output.dir}"/>
</classpath>
- <src path="./cache-products/jbosscache-3.0.0/src"/>
+ <src path="./cache-products/jbosscache-3.1.0/src"/>
</javac>
</target>
@@ -268,7 +268,7 @@
</target>
<target name="all"
- depends="clean, fwk, compile.module.jbosscache140, compile.module.jbosscache200, compile.module.pojocache220, compile.module.jbosscache210, compile.module.jbosscache220, compile.module.terracotta250, compile.module.ehcache150, compile.module.ehcache160, compile.module.whirlycache101, compile.module.jbosscache300, compile.module.coherence331, compile.module.infinispan400"
+ depends="clean, fwk, compile.module.infinispan400, compile.module.jbosscache310"
description="build all"/>
<target name="checkClusterAddresses" depends="fwk"
Modified: benchmarks/benchmark-fwk/trunk/cluster.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/cluster.sh 2009-10-29 11:54:42 UTC (rev 8272)
+++ benchmarks/benchmark-fwk/trunk/cluster.sh 2009-10-29 13:29:06 UTC (rev 8273)
@@ -30,11 +30,11 @@
COMMAND=${1}
# the DNS domain of your servers
-DOMAIN="qa.atl.jboss.com"
+DOMAIN=""
# the host names of available servers
-HOSTNAMES=( cluster01 cluster02 cluster03 cluster04 cluster05 cluster06 cluster07 cluster08 cluster09 cluster10 )
+HOSTNAMES=( slave1 slave2 slave3 slave4 slave5 slave6 slave7 slave8 slave9 slave10 slave11 slave12 )
-CACHE_BENCHMARK_HOME=`pwd`
+CACHE_BENCHMARK_HOME=/opt/shared/old_benchmark_trunk
echo "Using cache benchmark home: $CACHE_BENCHMARK_HOME"
case $COMMAND in
@@ -43,7 +43,7 @@
do
server="${HOSTNAMES[idx]}"
echo Starting CacheBenchmarkFramework on host ${server}
- ssh ${SSH_USER}(a)${server}.${DOMAIN} ". .bash_profile && cd ${CACHE_BENCHMARK_HOME} && ./runNode.sh ${idx} ${CACHE_DIST} ${CFG_FILE} ${NUM_SERVERS} &" &
+ ssh ${SSH_USER}@${server} ". .bash_profile && cd ${CACHE_BENCHMARK_HOME} && ./runNode.sh ${idx} ${CACHE_DIST} ${CFG_FILE} ${NUM_SERVERS} &" &
echo "Return code from ssh call is $?"
sleep 2
done
@@ -53,7 +53,7 @@
do
server="${HOSTNAMES[idx]}"
echo Stopping CacheBenchmarkFramework on host ${server}
- ssh ${SSH_USER}(a)${server}.${DOMAIN} "cd ${CACHE_BENCHMARK_HOME} && ./killNode.sh &"
+ ssh ${SSH_USER}@${server} "cd ${CACHE_BENCHMARK_HOME} && ./killNode.sh &"
done
;;
*)
Modified: benchmarks/benchmark-fwk/trunk/conf/cachebench.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/conf/cachebench.xml 2009-10-29 11:54:42 UTC (rev 8272)
+++ benchmarks/benchmark-fwk/trunk/conf/cachebench.xml 2009-10-29 13:29:06 UTC (rev 8273)
@@ -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="500000" gcBetweenTestsEnabled="true" sleepBetweenTests="1000" emptyCacheBetweenTests="true"
+<cachebench gcBetweenTestsEnabled="true" sleepBetweenTests="1000" emptyCacheBetweenTests="true"
useTransactions="false" numThreads="10">
@@ -20,16 +20,18 @@
checkClusterAddresses ant target
-->
<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"/>
- <member host="cluster10" port="17900"/>
+ <member host="slave1" port="17900"/>
+ <member host="slave2" port="17900"/>
+ <member host="slave3" port="17900"/>
+ <member host="slave4" port="17900"/>
+ <member host="slave5" port="17900"/>
+ <member host="slave6" port="17900"/>
+ <member host="slave7" port="17900"/>
+ <member host="slave8" port="17900"/>
+ <member host="slave9" port="17900"/>
+ <member host="slave10" port="17900"/>
+ <member host="slave11" port="17900"/>
+ <member host="slave12" port="17900"/>
</cluster>
<!--
@@ -43,7 +45,7 @@
<!-- 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.PutGetCacheWarmup">
+ <warmup warmupClass="org.cachebench.warmup.NoCacheWarmup">
<param name="operationCount" value="10000"/>
</warmup>
@@ -51,11 +53,10 @@
validates that replication is enabled and works. If repl does not occur and the stopOnFailure is set to true then exists.
Should be used to make sure that replication is enabled; see javadoc for more details
-->
-<!--
+
<test name="replicationOccurrsTest" testClass="org.cachebench.tests.ReplicationOccursTest">
- <param name="partialReplication" value="true"/>
+ <param name="partialReplication" value="false"/>
</test>
--->
<!--
* The "name" attrib is just used for display in the reports.
* You can write your own custom testClass.
@@ -69,7 +70,7 @@
-->
- <test name="SessionSimulator" testClass="org.cachebench.tests.SessionSimulatorTest" weight="2.0">
+ <test name="SessionSimulator" testClass="org.cachebench.tests.SessionSimulatorTest">
<param name="numberOfRequest" value="500000"/>
<param name="numberOfAttributes" value="100"/>
<param name="writePercentage" value="10"/>
Modified: benchmarks/benchmark-fwk/trunk/conf/log4j.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/conf/log4j.xml 2009-10-29 11:54:42 UTC (rev 8272)
+++ benchmarks/benchmark-fwk/trunk/conf/log4j.xml 2009-10-29 13:29:06 UTC (rev 8273)
@@ -59,7 +59,7 @@
</category>
<category name="org.cachebench">
- <priority value="INFO"/>
+ <priority value="TRACE"/>
</category>
<category name="org.cachebench.reportgenerators">
@@ -87,7 +87,7 @@
</category>
<category name="org.infinispan">
- <priority value="ERROR"/>
+ <priority value="WARN"/>
</category>
<!-- Here goes the root -->
Modified: benchmarks/benchmark-fwk/trunk/infinispan.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/infinispan.sh 2009-10-29 11:54:42 UTC (rev 8272)
+++ benchmarks/benchmark-fwk/trunk/infinispan.sh 2009-10-29 13:29:06 UTC (rev 8273)
@@ -1,7 +1,7 @@
#!/bin/bash
scaling="2 4 6 8"
-configs="repl-sync.xml repl-async.xml dist-sync.xml dist-async.xml"
+configs="repl-sync.xml repl-async.xml udp-dist-sync-l1.xml udp-dist-async-l1.xml udp-dist-sync-nol1.xml udp-dist-async-nol1.xml"
products="infinispan-4.0.0"
@@ -27,7 +27,7 @@
done
done
-configs="mvcc-repl-sync.xml mvcc-repl-async.xml mvcc-repl-sync-br.xml mvcc-repl-async-br.xml"
+configs="mvcc-repl-sync.xml mvcc-repl-async.xml"
products="jbosscache-3.0.0"
Added: benchmarks/benchmark-fwk/trunk/kill_all_vms.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/kill_all_vms.sh (rev 0)
+++ benchmarks/benchmark-fwk/trunk/kill_all_vms.sh 2009-10-29 13:29:06 UTC (rev 8273)
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+i=1; while [ $i -lt 13 ] ; do ssh slave$i "killall -9 java" ; let "i+=1" ; done
Property changes on: benchmarks/benchmark-fwk/trunk/kill_all_vms.sh
___________________________________________________________________
Name: svn:executable
+ *
Modified: benchmarks/benchmark-fwk/trunk/runNode.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/runNode.sh 2009-10-29 11:54:42 UTC (rev 8272)
+++ benchmarks/benchmark-fwk/trunk/runNode.sh 2009-10-29 13:29:06 UTC (rev 8273)
@@ -57,7 +57,7 @@
# Sample JPDA settings for remote socket debuging
#JVM_OPTIONS="$JVM_OPTIONS -Xrunjdwp:transport=dt_socket,address=8686,server=y,suspend=y"
-TO_EXECUTE="java $JVM_OPTIONS -cp $CLASSPATH org.cachebench.CacheBenchmarkRunner"
+TO_EXECUTE="java $JVM_OPTIONS -cp $CLASSPATH org.cachebench.CacheBenchmarkRunner > ${CURRENT_INDEX}_stdout.txt 2>&1"
if [ "$DEBUG" = "debug" ]
then
15 years, 1 month
Which picture is best?
by Rossie Boldon
Hello jbosscache-commits,
Best regards,
Rossie Boldon
jbosscache-commits(a)lists.jboss.org
15 years, 1 month