Author: mircea.markus
Date: 2008-07-24 04:37:48 -0400 (Thu, 24 Jul 2008)
New Revision: 6390
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async-br.xml
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-sync-br.xml
Log:
added alternative configurations
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async-br.xml
===================================================================
---
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async-br.xml 2008-07-24
00:55:05 UTC (rev 6389)
+++
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-async-br.xml 2008-07-24
08:37:48 UTC (rev 6390)
@@ -5,29 +5,58 @@
<stateRetrieval timeout="20000"
fetchInMemoryState="false"/>
<transport clusterName="JBossCache-Cluster">
<jgroupsConfig>
- <TCP discard_incompatible_packets="true"
enable_bundling="false" enable_diagnostics="false"
- enable_unicast_bundling="false" loopback="false"
max_bundle_size="64000" max_bundle_timeout="30"
- oob_thread_pool.enabled="true"
oob_thread_pool.keep_alive_time="10000"
oob_thread_pool.max_threads="4"
- oob_thread_pool.min_threads="2"
oob_thread_pool.queue_enabled="false"
oob_thread_pool.queue_max_size="10"
- oob_thread_pool.rejection_policy="Run"
recv_buf_size="20000000" thread_naming_pattern="pl"
- thread_pool.enabled="true"
thread_pool.keep_alive_time="30000" thread_pool.max_threads="4"
- thread_pool.min_threads="1"
thread_pool.queue_enabled="true" thread_pool.queue_max_size="50000"
- thread_pool.rejection_policy="discard"
use_concurrent_stack="true" use_incoming_packet_handler="true"
- use_send_queues="false"/>
- <MPING mcast_addr="232.1.2.3" 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"/>
- <pbcast.STABLE desired_avg_gossip="50000"
max_bytes="400000" stability_delay="1000"/>
- <pbcast.GMS join_retry_timeout="2000" join_timeout="5000"
print_local_addr="true" shun="false"
- view_ack_collection_timeout="5000"
view_bundling="true"/>
- <FC max_credits="5000000" min_threshold="0.20"/>
- <FRAG2 frag_size="60000"/>
- <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
- <pbcast.FLUSH timeout="0"/>
+ <!--<TCP discard_incompatible_packets="true"
enable_bundling="false" enable_diagnostics="false"-->
+ <!--enable_unicast_bundling="false" loopback="false"
max_bundle_size="64000" max_bundle_timeout="30"-->
+ <!--oob_thread_pool.enabled="true"
oob_thread_pool.keep_alive_time="10000"
oob_thread_pool.max_threads="4"-->
+ <!--oob_thread_pool.min_threads="2"
oob_thread_pool.queue_enabled="false"
oob_thread_pool.queue_max_size="10"-->
+ <!--oob_thread_pool.rejection_policy="Run"
recv_buf_size="20000000" thread_naming_pattern="pl"-->
+ <!--thread_pool.enabled="true"
thread_pool.keep_alive_time="30000" thread_pool.max_threads="4"-->
+ <!--thread_pool.min_threads="1"
thread_pool.queue_enabled="true"
thread_pool.queue_max_size="50000"-->
+ <!--thread_pool.rejection_policy="discard"
use_concurrent_stack="true" use_incoming_packet_handler="true"-->
+ <!--use_send_queues="false"/>-->
+ <!--<MPING mcast_addr="232.1.2.3"
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"/>-->
+ <!--<pbcast.STABLE desired_avg_gossip="50000"
max_bytes="400000" stability_delay="1000"/>-->
+ <!--<pbcast.GMS join_retry_timeout="2000"
join_timeout="5000" print_local_addr="true"
shun="false"-->
+ <!--view_ack_collection_timeout="5000"
view_bundling="true"/>-->
+ <!--<FC max_credits="5000000"
min_threshold="0.20"/>-->
+ <!--<FRAG2 frag_size="60000"/>-->
+ <!--<pbcast.STREAMING_STATE_TRANSFER
use_reading_thread="true"/>-->
+ <!--<pbcast.FLUSH timeout="0"/>-->
+ <TCP recv_buf_size="20000000" use_send_queues="false"
+ loopback="false"
+ discard_incompatible_packets="true"
+ max_bundle_size="64000"
+ max_bundle_timeout="30"
+ use_incoming_packet_handler="true"
+ enable_bundling="true"
+ enable_unicast_bundling="true"
+ enable_diagnostics="true"
+
+ use_concurrent_stack="true"
+
+ thread_naming_pattern="pl"
+
+ thread_pool.enabled="true"
+ thread_pool.min_threads="1"
+ thread_pool.max_threads="4"
+ thread_pool.keep_alive_time="30000"
+ thread_pool.queue_enabled="true"
+ thread_pool.queue_max_size="50000"
+ thread_pool.rejection_policy="discard"
+
+ oob_thread_pool.enabled="true"
+ oob_thread_pool.min_threads="2"
+ oob_thread_pool.max_threads="4"
+ oob_thread_pool.keep_alive_time="10000"
+ oob_thread_pool.queue_enabled="false"
+ oob_thread_pool.queue_max_size="10"
+ oob_thread_pool.rejection_policy="Run"/>
</jgroupsConfig>
</transport>
<replication>
Modified:
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-sync-br.xml
===================================================================
---
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-sync-br.xml 2008-07-24
00:55:05 UTC (rev 6389)
+++
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/conf/mvcc-repl-sync-br.xml 2008-07-24
08:37:48 UTC (rev 6390)
@@ -5,29 +5,58 @@
<stateRetrieval timeout="20000"
fetchInMemoryState="false"/>
<transport clusterName="JBossCache-Cluster">
<jgroupsConfig>
- <TCP discard_incompatible_packets="true"
enable_bundling="false" enable_diagnostics="false"
- enable_unicast_bundling="false" loopback="false"
max_bundle_size="64000" max_bundle_timeout="30"
- oob_thread_pool.enabled="true"
oob_thread_pool.keep_alive_time="10000"
oob_thread_pool.max_threads="4"
- oob_thread_pool.min_threads="2"
oob_thread_pool.queue_enabled="false"
oob_thread_pool.queue_max_size="10"
- oob_thread_pool.rejection_policy="Run"
recv_buf_size="20000000" thread_naming_pattern="pl"
- thread_pool.enabled="true"
thread_pool.keep_alive_time="30000" thread_pool.max_threads="4"
- thread_pool.min_threads="1"
thread_pool.queue_enabled="true" thread_pool.queue_max_size="50000"
- thread_pool.rejection_policy="discard"
use_concurrent_stack="true" use_incoming_packet_handler="true"
- use_send_queues="false"/>
- <MPING mcast_addr="232.1.2.3" 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"/>
- <pbcast.STABLE desired_avg_gossip="50000"
max_bytes="400000" stability_delay="1000"/>
- <pbcast.GMS join_retry_timeout="2000" join_timeout="5000"
print_local_addr="true" shun="false"
- view_ack_collection_timeout="5000"
view_bundling="true"/>
- <FC max_credits="5000000" min_threshold="0.20"/>
- <FRAG2 frag_size="60000"/>
- <pbcast.STREAMING_STATE_TRANSFER use_reading_thread="true"/>
- <pbcast.FLUSH timeout="0"/>
+ <!--<TCP discard_incompatible_packets="true"
enable_bundling="false" enable_diagnostics="false"-->
+ <!--enable_unicast_bundling="false" loopback="false"
max_bundle_size="64000" max_bundle_timeout="30"-->
+ <!--oob_thread_pool.enabled="true"
oob_thread_pool.keep_alive_time="10000"
oob_thread_pool.max_threads="4"-->
+ <!--oob_thread_pool.min_threads="2"
oob_thread_pool.queue_enabled="false"
oob_thread_pool.queue_max_size="10"-->
+ <!--oob_thread_pool.rejection_policy="Run"
recv_buf_size="20000000" thread_naming_pattern="pl"-->
+ <!--thread_pool.enabled="true"
thread_pool.keep_alive_time="30000" thread_pool.max_threads="4"-->
+ <!--thread_pool.min_threads="1"
thread_pool.queue_enabled="true"
thread_pool.queue_max_size="50000"-->
+ <!--thread_pool.rejection_policy="discard"
use_concurrent_stack="true" use_incoming_packet_handler="true"-->
+ <!--use_send_queues="false"/>-->
+ <!--<MPING mcast_addr="232.1.2.3"
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"/>-->
+ <!--<pbcast.STABLE desired_avg_gossip="50000"
max_bytes="400000" stability_delay="1000"/>-->
+ <!--<pbcast.GMS join_retry_timeout="2000"
join_timeout="5000" print_local_addr="true"
shun="false"-->
+ <!--view_ack_collection_timeout="5000"
view_bundling="true"/>-->
+ <!--<FC max_credits="5000000"
min_threshold="0.20"/>-->
+ <!--<FRAG2 frag_size="60000"/>-->
+ <!--<pbcast.STREAMING_STATE_TRANSFER
use_reading_thread="true"/>-->
+ <!--<pbcast.FLUSH timeout="0"/>-->
+ <TCP recv_buf_size="20000000" use_send_queues="false"
+ loopback="false"
+ discard_incompatible_packets="true"
+ max_bundle_size="64000"
+ max_bundle_timeout="30"
+ use_incoming_packet_handler="true"
+ enable_bundling="true"
+ enable_unicast_bundling="true"
+ enable_diagnostics="true"
+
+ use_concurrent_stack="true"
+
+ thread_naming_pattern="pl"
+
+ thread_pool.enabled="true"
+ thread_pool.min_threads="1"
+ thread_pool.max_threads="4"
+ thread_pool.keep_alive_time="30000"
+ thread_pool.queue_enabled="true"
+ thread_pool.queue_max_size="50000"
+ thread_pool.rejection_policy="discard"
+
+ oob_thread_pool.enabled="true"
+ oob_thread_pool.min_threads="2"
+ oob_thread_pool.max_threads="4"
+ oob_thread_pool.keep_alive_time="10000"
+ oob_thread_pool.queue_enabled="false"
+ oob_thread_pool.queue_max_size="10"
+ oob_thread_pool.rejection_policy="Run"/>
</jgroupsConfig>
</transport>
<replication>
Show replies by date