JBoss Cache SVN: r5091 - benchmarks/benchmark-fwk.
by jbosscache-commits@lists.jboss.org
Author: mircea.markus
Date: 2008-01-08 15:29:49 -0500 (Tue, 08 Jan 2008)
New Revision: 5091
Modified:
benchmarks/benchmark-fwk/build.xml
Log:
Modified: benchmarks/benchmark-fwk/build.xml
===================================================================
--- benchmarks/benchmark-fwk/build.xml 2008-01-08 20:15:40 UTC (rev 5090)
+++ benchmarks/benchmark-fwk/build.xml 2008-01-08 20:29:49 UTC (rev 5091)
@@ -147,12 +147,7 @@
<target name="compile.module.framework.tests" depends="compile.module.framework.production" description="compile module Framework; test classes" unless="skip.tests"/>
- <target name="clean.module.framework" description="cleanup module">
- <delete dir="${framework.output.dir}"/>
- <delete dir="${framework.testoutput.dir}"/>
- </target>
-
-
+
<!-- Module ehcache-1.2.4 -->
<dirname property="module.ehcache124-plugin.basedir" file="${ant.file}"/>
@@ -214,13 +209,8 @@
<target name="compile.module.ehcache124-plugin.tests" depends="compile.module.ehcache124-plugin.production" description="compile module ehcache-1.2.4; test classes" unless="skip.tests"/>
- <target name="clean.module.ehcache124-plugin" description="cleanup module">
- <delete dir="${ehcache124-plugin.output.dir}"/>
- <delete dir="${ehcache124-plugin.testoutput.dir}"/>
- </target>
-
<!-- Module coherence-3.2.2 -->
<dirname property="module.coherence322-plugin.basedir" file="${ant.file}"/>
@@ -414,21 +404,17 @@
<target name="compile.module.jbosscache140-plugin.tests" depends="compile.module.jbosscache140-plugin.production" description="compile module jbosscache-1.4.1; test classes" unless="skip.tests"/>
- <target name="clean.module.jbosscache140-plugin" description="cleanup module">
- <delete dir="${jbosscache140-plugin.output.dir}"/>
- <delete dir="${jbosscache140-plugin.testoutput.dir}"/>
- </target>
-
-
<!-- Module jbosscache-2.0.0 -->
<dirname property="module.jbosscache200-plugin.basedir" file="${ant.file}"/>
+ <dirname property="module.jbosscache210CR2-plugin.basedir" file="${ant.file}"/>
+
-
<property name="compiler.args.jbosscache200-plugin" value="${compiler.args}"/>
<property name="jbosscache200-plugin.output.dir" value="${module.jbosscache200-plugin.basedir}/classes/production/jbosscache-2.0.0"/>
+ <property name="jbosscache210CR2-plugin.output.dir" value="${module.jbosscache210CR2-plugin.basedir}/classes/production/jbosscache-2.1.0CR2"/>
<property name="jbosscache200-plugin.testoutput.dir" value="${module.jbosscache200-plugin.basedir}/classes/test/jbosscache-2.0.0"/>
<path id="jbosscache200-plugin.module.bootclasspath">
@@ -438,10 +424,19 @@
<path id="jbosscache200-plugin.module.classpath">
<fileset dir="${module.jbosscache200-plugin.basedir}/cache-products/jbosscache-2.0.0/lib" includes="*.jar" />
<pathelement location="${module.jbosscache200-plugin.basedir}/cache-products/jbosscache-2.0.0/conf"/>
+ <pathelement location="${module.framework.basedir}/lib/commons-logging.jar"/>
<pathelement location="${framework.output.dir}"/>
<pathelement location="${framework.testoutput.dir}"/>
<pathelement location="${jbosscache200-plugin.output.dir}" />
</path>
+
+ <path id="jbosscache210CR2-plugin.module.classpath">
+ <fileset dir="${module.jbosscache210CR2-plugin.basedir}/cache-products/jbosscache-2.1.0CR2/lib" includes="*.jar" />
+ <pathelement location="${module.framework.basedir}/lib/commons-logging.jar"/>
+ <pathelement location="${framework.output.dir}"/>
+ <pathelement location="${framework.testoutput.dir}"/>
+ <pathelement location="${jbosscache210CR2-plugin.output.dir}" />
+ </path>
<patternset id="excluded.from.module.jbosscache200-plugin">
@@ -460,11 +455,11 @@
<target name="compile.module.jbosscache200-plugin" depends="compile.module.jbosscache200-plugin.production,compile.module.jbosscache200-plugin.tests" description="Compile module jbosscache-2.0.0"/>
-
+
<target name="compile.module.jbosscache200-plugin.production" depends="compile.module.framework" description="Compile module jbosscache-2.0.0; production classes">
<mkdir dir="${jbosscache200-plugin.output.dir}"/>
<javac destdir="${jbosscache200-plugin.output.dir}" debug="${compiler.debug}" nowarn="${compiler.generate.no.warnings}" memorymaximumsize="${compiler.max.memory}" fork="true">
- <compilerarg line="${compiler.args.jbosscache200-plugin}"/>
+ <compilerarg line="${compiler.args}"/>
<bootclasspath refid="jbosscache200-plugin.module.bootclasspath"/>
<classpath refid="jbosscache200-plugin.module.classpath"/>
<src refid="jbosscache200-plugin.module.sourcepath"/>
@@ -478,21 +473,28 @@
</fileset>
</copy>
</target>
-
+
+ <target name="compile.module.jbosscache210CR2-plugin.production" depends="compile.module.framework" description="Compile module jbosscache-2.1.0CR2; production classes">
+ <mkdir dir="${jbosscache210CR2-plugin.output.dir}"/>
+ <javac destdir="${jbosscache210CR2-plugin.output.dir}" debug="${compiler.debug}" nowarn="${compiler.generate.no.warnings}" memorymaximumsize="${compiler.max.memory}" fork="true">
+ <compilerarg line="${compiler.args}"/>
+ <classpath refid="jbosscache210CR2-plugin.module.classpath"/>
+ <src path="${module.jbosscache210CR2-plugin.basedir}/cache-products/jbosscache-2.1.0CR2"/>
+ </javac>
+ </target>
+
<target name="compile.module.jbosscache200-plugin.tests" depends="compile.module.jbosscache200-plugin.production" description="compile module jbosscache-2.0.0; test classes" unless="skip.tests"/>
- <target name="clean.module.jbosscache200-plugin" description="cleanup module">
- <delete dir="${jbosscache200-plugin.output.dir}"/>
- <delete dir="${jbosscache200-plugin.testoutput.dir}"/>
- </target>
-
+
<target name="init" description="Build initialization">
<!-- Perform any build initialization in this target -->
</target>
- <target name="clean" depends="clean.module.framework, clean.module.ehcache124-plugin, clean.module.jbosscache140-plugin, clean.module.jbosscache200-plugin" description="cleanup all"/>
+ <target name="clean" description="cleanup all">
+ <delete dir="${module.framework.basedir}/classes"/>
+ </target>
- <target name="all" depends="init, clean, compile.module.framework, compile.module.ehcache124-plugin, compile.module.coherence322-plugin,compile.module.jbosscache140-plugin, compile.module.jbosscache200-plugin, compile.module.terracotta-plugin" description="build all"/>
+ <target name="all" depends="init, clean, compile.module.framework, compile.module.ehcache124-plugin, compile.module.coherence322-plugin,compile.module.jbosscache140-plugin, compile.module.jbosscache200-plugin, compile.module.jbosscache210CR2-plugin.production, compile.module.terracotta-plugin" description="build all"/>
<target name="checkClusterAddresses" depends="compile.module.framework.production"
description="Check whether the cluster config is a valid one">
16 years, 12 months
JBoss Cache SVN: r5090 - benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2.
by jbosscache-commits@lists.jboss.org
Author: mircea.markus
Date: 2008-01-08 15:15:40 -0500 (Tue, 08 Jan 2008)
New Revision: 5090
Added:
benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/config.sh
Log:
Added: benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/config.sh
===================================================================
--- benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/config.sh (rev 0)
+++ benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/config.sh 2008-01-08 20:15:40 UTC (rev 5090)
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+#see "$CACHE_ROOT/cache-products/cache.sh" for details
+
+THIS_DIR="./cache-products/jbosscache-2.1.0CR2"
+
+#setting up classpath
+for JAR in $THIS_DIR/lib/*
+do
+ CLASSPATH=$CLASSPATH:$JAR
+done
+
+CLASSPATH="$CLASSPATH:./classes/production/jbosscache-2.1.0CR2"
+CLASSPATH="$CLASSPATH:$THIS_DIR/conf"
+#--classpath was set
+
+#additional JVM options
+JVM_OPTIONS="$JVM_OPTIONS -Xmx1024m -DpreferIPv4Stack=true"
\ No newline at end of file
16 years, 12 months
JBoss Cache SVN: r5089 - benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf.
by jbosscache-commits@lists.jboss.org
Author: mircea.markus
Date: 2008-01-08 15:15:06 -0500 (Tue, 08 Jan 2008)
New Revision: 5089
Added:
benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/opt-repl-async.xml
benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/opt-repl-sync.xml
benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/pess-repl-async-br.xml
benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/pess-repl-async.xml
benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/pess-repl-sync-br.xml
benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/pess-repl-sync.xml
Log:
Added: benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/opt-repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/opt-repl-async.xml (rev 0)
+++ benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/opt-repl-async.xml 2008-01-08 20:15:06 UTC (rev 5089)
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<server>
+
+ <classpath codebase="./lib" archives="jboss-cache.jar, jgroups.jar"/>
+
+
+ <mbean code="org.jboss.cache.CacheImpl"
+ name="jboss.cache:service=TreeCache">
+
+ <depends>jboss:service=Naming</depends>
+ <depends>jboss:service=TransactionManager</depends>
+
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
+ <attribute name="NodeLockingScheme">OPTIMISTIC</attribute>
+ <attribute name="CacheMode">REPL_ASYNC</attribute>
+ <attribute name="UseReplQueue">false</attribute>
+ <attribute name="ReplQueueInterval">0</attribute>
+ <attribute name="ReplQueueMaxElements">0</attribute>
+ <attribute name="ClusterName">JBossCache-Cluster</attribute>
+ <attribute name="ClusterConfig">
+ <config>
+ <UDP mcast_addr="229.10.10.10"
+ mcast_port="45599"
+ tos="8"
+ ucast_recv_buf_size="20000000"
+ ucast_send_buf_size="640000"
+ mcast_recv_buf_size="25000000"
+ mcast_send_buf_size="640000"
+ loopback="false"
+ discard_incompatible_packets="true"
+ max_bundle_size="64000"
+ max_bundle_timeout="30"
+ use_incoming_packet_handler="true"
+ use_outgoing_packet_handler="false"
+ ip_ttl="2"
+ down_thread="false" up_thread="false"
+ enable_bundling="false"/>
+ <PING timeout="2000"
+ down_thread="false" up_thread="false" num_initial_members="3"/>
+ <MERGE2 max_interval="100000"
+ down_thread="false" up_thread="false" min_interval="20000"/>
+ <FD_SOCK down_thread="false" up_thread="false"/>
+ <FD timeout="10000" max_tries="5" down_thread="false" up_thread="false" shun="true"/>
+ <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false"/>
+ <pbcast.NAKACK max_xmit_size="60000"
+ use_mcast_xmit="false" gc_lag="0"
+ retransmit_timeout="300,600,1200,2400,4800"
+ down_thread="false" up_thread="false"
+ discard_delivered_msgs="true"/>
+ <UNICAST timeout="300,600,1200,2400,3600"
+ down_thread="false" up_thread="false"/>
+ <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
+ down_thread="false" up_thread="false"
+ max_bytes="400000"/>
+ <pbcast.GMS print_local_addr="true" join_timeout="3000" use_flush="true" flush_timeout="3000"
+ down_thread="false" up_thread="false"
+ join_retry_timeout="2000" shun="false"
+ view_bundling="true"/>
+ <FC max_credits="2000000" down_thread="false" up_thread="false"
+ min_threshold="0.20"/>
+ <FRAG2 frag_size="60000" down_thread="false" up_thread="false"/>
+ <!-- <pbcast.STREAMING_STATE_TRANSFER down_thread="false" up_thread="false"
+ use_flush="true" flush_timeout="3000" use_reading_thread="true"/> -->
+ <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="true" flush_timeout="3000"/>
+ <pbcast.FLUSH down_thread="false" up_thread="false" timeout="8000" auto_flush_conf="false"/>
+ </config>
+ </attribute>
+ <attribute name="FetchInMemoryState">true</attribute>
+ <attribute name="InitialStateRetrievalTimeout">15000</attribute>
+ <attribute name="SyncReplTimeout">60000</attribute>
+ <attribute name="LockAcquisitionTimeout">10000</attribute>
+ <attribute name="EvictionPolicyConfig">
+ </attribute>
+
+ <attribute name="CacheLoaderConfiguration">
+ </attribute>
+
+ <attribute name="UseRegionBasedMarshalling">false</attribute>
+ </mbean>
+</server>
Added: benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/opt-repl-sync.xml
===================================================================
--- benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/opt-repl-sync.xml (rev 0)
+++ benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/opt-repl-sync.xml 2008-01-08 20:15:06 UTC (rev 5089)
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<server>
+
+ <classpath codebase="./lib" archives="jboss-cache.jar, jgroups.jar"/>
+
+
+ <mbean code="org.jboss.cache.CacheImpl"
+ name="jboss.cache:service=TreeCache">
+
+ <depends>jboss:service=Naming</depends>
+ <depends>jboss:service=TransactionManager</depends>
+
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
+ <attribute name="NodeLockingScheme">PESSIMISTIC</attribute>
+ <attribute name="CacheMode">REPL_SYNC</attribute>
+ <attribute name="UseReplQueue">false</attribute>
+ <attribute name="ReplQueueInterval">0</attribute>
+ <attribute name="ReplQueueMaxElements">0</attribute>
+ <attribute name="ClusterName">JBossCache-Cluster</attribute>
+ <attribute name="ClusterConfig">
+ <config>
+ <UDP mcast_addr="229.10.10.10"
+ mcast_port="45599"
+ tos="8"
+ ucast_recv_buf_size="20000000"
+ ucast_send_buf_size="640000"
+ mcast_recv_buf_size="25000000"
+ mcast_send_buf_size="640000"
+ loopback="false"
+ discard_incompatible_packets="true"
+ max_bundle_size="64000"
+ max_bundle_timeout="30"
+ use_incoming_packet_handler="true"
+ use_outgoing_packet_handler="false"
+ ip_ttl="2"
+ down_thread="false" up_thread="false"
+ enable_bundling="false"/>
+ <PING timeout="2000"
+ down_thread="false" up_thread="false" num_initial_members="3"/>
+ <MERGE2 max_interval="100000"
+ down_thread="false" up_thread="false" min_interval="20000"/>
+ <FD_SOCK down_thread="false" up_thread="false"/>
+ <FD timeout="10000" max_tries="5" down_thread="false" up_thread="false" shun="true"/>
+ <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false"/>
+ <pbcast.NAKACK max_xmit_size="60000"
+ use_mcast_xmit="false" gc_lag="0"
+ retransmit_timeout="300,600,1200,2400,4800"
+ down_thread="false" up_thread="false"
+ discard_delivered_msgs="true"/>
+ <UNICAST timeout="300,600,1200,2400,3600"
+ down_thread="false" up_thread="false"/>
+ <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
+ down_thread="false" up_thread="false"
+ max_bytes="400000"/>
+ <pbcast.GMS print_local_addr="true" join_timeout="3000" use_flush="true" flush_timeout="3000"
+ down_thread="false" up_thread="false"
+ join_retry_timeout="2000" shun="false"
+ view_bundling="true"/>
+ <FC max_credits="2000000" down_thread="false" up_thread="false"
+ min_threshold="0.20"/>
+ <FRAG2 frag_size="60000" down_thread="false" up_thread="false"/>
+ <!-- <pbcast.STREAMING_STATE_TRANSFER down_thread="false" up_thread="false"
+ use_flush="true" flush_timeout="3000" use_reading_thread="true"/> -->
+ <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="true" flush_timeout="3000"/>
+ <pbcast.FLUSH down_thread="false" up_thread="false" timeout="8000" auto_flush_conf="false"/>
+ </config>
+ </attribute>
+ <attribute name="FetchInMemoryState">true</attribute>
+ <attribute name="InitialStateRetrievalTimeout">15000</attribute>
+ <attribute name="SyncReplTimeout">60000</attribute>
+ <attribute name="LockAcquisitionTimeout">10000</attribute>
+ <attribute name="EvictionPolicyConfig">
+ </attribute>
+
+ <attribute name="CacheLoaderConfiguration">
+ </attribute>
+
+ <attribute name="UseRegionBasedMarshalling">false</attribute>
+ </mbean>
+</server>
Added: benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/pess-repl-async-br.xml
===================================================================
--- benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/pess-repl-async-br.xml (rev 0)
+++ benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/pess-repl-async-br.xml 2008-01-08 20:15:06 UTC (rev 5089)
@@ -0,0 +1,176 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<server>
+
+ <classpath codebase="./lib" archives="jboss-cache.jar, jgroups.jar"/>
+
+
+ <mbean code="org.jboss.cache.CacheImpl"
+ name="jboss.cache:service=TreeCache">
+
+ <depends>jboss:service=Naming</depends>
+ <depends>jboss:service=TransactionManager</depends>
+
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
+ <attribute name="IsolationLevel">READ_COMMITTED</attribute>
+ <attribute name="CacheMode">REPL_ASYNC</attribute>
+ <attribute name="UseReplQueue">false</attribute>
+ <attribute name="ReplQueueInterval">0</attribute>
+ <attribute name="ReplQueueMaxElements">0</attribute>
+ <attribute name="ClusterName">JBossCache-Cluster</attribute>
+ <attribute name="ClusterConfig">
+ <config>
+ <!--<UDP mcast_addr="232.10.10.10"-->
+ <!--mcast_port="45599"-->
+ <!--tos="8"-->
+ <!--ucast_recv_buf_size="20000000"-->
+ <!--ucast_send_buf_size="640000"-->
+ <!--mcast_recv_buf_size="25000000"-->
+ <!--mcast_send_buf_size="640000"-->
+ <!--loopback="false"-->
+ <!--discard_incompatible_packets="true"-->
+ <!--max_bundle_size="64000"-->
+ <!--max_bundle_timeout="30"-->
+ <!--use_incoming_packet_handler="true"-->
+ <!--use_outgoing_packet_handler="false"-->
+ <!--ip_ttl="2"-->
+ <!--down_thread="false" up_thread="false"-->
+ <!--enable_bundling="true"/>-->
+ <!--<PING timeout="2000"-->
+ <!--down_thread="false" up_thread="false" num_initial_members="3"/>-->
+
+ <!--<TCP-->
+ <!--loopback="false"-->
+ <!--discard_incompatible_packets="true"-->
+ <!--max_bundle_size="64000"-->
+ <!--max_bundle_timeout="30"-->
+ <!--use_incoming_packet_handler="true"-->
+ <!--use_outgoing_packet_handler="false"-->
+ <!--bind_addr="127.0.0.1"-->
+ <!--start_port="7800"-->
+ <!--enable_bundling="false"-->
+ <!--tcp_nodelay="true"-->
+ <!--/>-->
+ <!--<MPING timeout="2000" num_initial_members="3" mcast_addr="224.10.10.15" mcast_port="44553"/>-->
+ <!--<MERGE2 max_interval="100000"-->
+ <!--down_thread="false" up_thread="false" min_interval="20000"/>-->
+ <!--<FD_SOCK down_thread="false" up_thread="false"/>-->
+ <!--<FD timeout="10000" max_tries="5" down_thread="false" up_thread="false" shun="true"/>-->
+ <!--<VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false"/>-->
+ <!--<pbcast.NAKACK max_xmit_size="60000"-->
+ <!--use_mcast_xmit="false" gc_lag="0"-->
+ <!--retransmit_timeout="300,600,1200,2400,4800"-->
+ <!--down_thread="false" up_thread="false"-->
+ <!--discard_delivered_msgs="true"/>-->
+ <!--<UNICAST timeout="300,600,1200,2400,3600"-->
+ <!--down_thread="false" up_thread="false"/>-->
+ <!--<pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"-->
+ <!--down_thread="false" up_thread="false"-->
+ <!--max_bytes="400000"/>-->
+ <!--<pbcast.GMS print_local_addr="true" join_timeout="3000" use_flush="true" flush_timeout="3000"-->
+ <!--down_thread="false" up_thread="false"-->
+ <!--join_retry_timeout="2000" shun="false"-->
+ <!--view_bundling="true"/>-->
+ <!--<FC max_credits="2000000" down_thread="false" up_thread="false"-->
+ <!--min_threshold="0.20"/>-->
+ <!--<FRAG2 frag_size="60000" down_thread="false" up_thread="false"/>-->
+ <!-- <pbcast.STREAMING_STATE_TRANSFER down_thread="false" up_thread="false"-->
+ <!--use_flush="true" flush_timeout="3000" use_reading_thread="true"/> -->
+ <!--<pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="true" flush_timeout="3000"/>-->
+ <!--<pbcast.FLUSH down_thread="false" up_thread="false" timeout="8000" auto_flush_conf="false"/>-->
+
+ <TCP start_port="7580"
+ loopback="false"
+ discard_incompatible_packets="true"
+ max_bundle_size="64000"
+ max_bundle_timeout="30"
+ use_incoming_packet_handler="true"
+ enable_bundling="true"
+ enable_diagnostics="true"
+ thread_naming_pattern="cl"
+
+ use_concurrent_stack="true"
+
+ recv_buf_size="20000000"
+ send_buf_size="20000000"
+
+ thread_pool.enabled="true"
+ thread_pool.min_threads="2"
+ thread_pool.max_threads="4"
+ thread_pool.keep_alive_time="5000"
+ thread_pool.queue_enabled="true"
+ thread_pool.queue_max_size="100000"
+ thread_pool.rejection_policy="discard"
+
+ oob_thread_pool.enabled="true"
+ oob_thread_pool.min_threads="4"
+ oob_thread_pool.max_threads="8"
+ oob_thread_pool.keep_alive_time="5000"
+ oob_thread_pool.queue_enabled="false"
+ oob_thread_pool.queue_max_size="100"
+ oob_thread_pool.rejection_policy="Run"/>
+
+ <MPING timeout="2000" mcast_addr="232.1.2.3"
+ num_initial_members="3"/>
+ <MERGE2 max_interval="30000"
+ min_interval="10000"/>
+ <FD_SOCK/>
+ <FD timeout="10000" max_tries="5" shun="true"/>
+ <VERIFY_SUSPECT timeout="1500" />
+ <BARRIER />
+ <pbcast.NAKACK use_stats_for_retransmission="false"
+ exponential_backoff="150"
+ use_mcast_xmit="false" gc_lag="0"
+ retransmit_timeout="50,300,600,1200"
+ discard_delivered_msgs="true"/>
+ <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
+ max_bytes="1000000"/>
+ <VIEW_SYNC avg_send_interval="60000" />
+ <pbcast.GMS print_local_addr="true" join_timeout="3000"
+ shun="false"
+ view_bundling="true"/>
+ <FC max_credits="10000000"
+ min_threshold="0.20"/>
+ <FRAG2 frag_size="60000" />
+ <pbcast.STATE_TRANSFER />
+
+ </config>
+ </attribute>
+ <attribute name="FetchInMemoryState">true</attribute>
+ <attribute name="InitialStateRetrievalTimeout">15000</attribute>
+ <attribute name="SyncReplTimeout">60000</attribute>
+ <attribute name="LockAcquisitionTimeout">10000</attribute>
+ <attribute name="EvictionPolicyConfig">
+ </attribute>
+
+ <attribute name="CacheLoaderConfiguration">
+ </attribute>
+
+ <attribute name="UseRegionBasedMarshalling">false</attribute>
+
+ <!-- Buddy Replication config -->
+ <attribute name="BuddyReplicationConfig">
+ <config>
+ <buddyReplicationEnabled>true</buddyReplicationEnabled>
+ <buddyLocatorClass>org.jboss.cache.buddyreplication.NextMemberBuddyLocator</buddyLocatorClass>
+ <buddyLocatorProperties>
+ numBuddies = 1
+ ignoreColocatedBuddies = true
+ </buddyLocatorProperties>
+
+ <buddyPoolName>myBuddyPoolReplicationGroup</buddyPoolName>
+
+ <buddyCommunicationTimeout>2000</buddyCommunicationTimeout>
+
+
+ <autoDataGravitation>false</autoDataGravitation>
+
+ <dataGravitationRemoveOnFind>true</dataGravitationRemoveOnFind>
+
+ <dataGravitationSearchBackupTrees>true</dataGravitationSearchBackupTrees>
+
+ </config>
+ </attribute>
+
+ </mbean>
+</server>
Added: benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/pess-repl-async.xml
===================================================================
--- benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/pess-repl-async.xml (rev 0)
+++ benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/pess-repl-async.xml 2008-01-08 20:15:06 UTC (rev 5089)
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<server>
+
+ <classpath codebase="./lib" archives="jboss-cache.jar, jgroups.jar"/>
+
+
+ <mbean code="org.jboss.cache.CacheImpl"
+ name="jboss.cache:service=TreeCache">
+
+ <depends>jboss:service=Naming</depends>
+ <depends>jboss:service=TransactionManager</depends>
+
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
+ <attribute name="IsolationLevel">READ_COMMITTED</attribute>
+ <attribute name="CacheMode">REPL_ASYNC</attribute>
+ <attribute name="UseReplQueue">true</attribute>
+ <attribute name="ReplQueueInterval">0</attribute>
+ <attribute name="ReplQueueMaxElements">100</attribute>
+ <attribute name="ClusterName">JBossCache-Cluster</attribute>
+ <attribute name="ClusterConfig">
+ <config>
+ <UDP mcast_addr="232.10.10.10"
+ mcast_port="45599"
+ tos="8"
+ ucast_recv_buf_size="20000000"
+ ucast_send_buf_size="640000"
+ mcast_recv_buf_size="25000000"
+ mcast_send_buf_size="640000"
+ loopback="false"
+ discard_incompatible_packets="true"
+ max_bundle_size="64000"
+ max_bundle_timeout="30"
+ use_incoming_packet_handler="true"
+ use_outgoing_packet_handler="false"
+ ip_ttl="2"
+ down_thread="false" up_thread="false"
+ enable_bundling="false"/>
+ <PING timeout="2000"
+ down_thread="false" up_thread="false" num_initial_members="3"/>
+ <MERGE2 max_interval="100000"
+ down_thread="false" up_thread="false" min_interval="20000"/>
+ <FD_SOCK down_thread="false" up_thread="false"/>
+ <FD timeout="10000" max_tries="5" down_thread="false" up_thread="false" shun="true"/>
+ <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false"/>
+ <pbcast.NAKACK max_xmit_size="60000"
+ use_mcast_xmit="false" gc_lag="0"
+ retransmit_timeout="300,600,1200,2400,4800"
+ down_thread="false" up_thread="false"
+ discard_delivered_msgs="true"/>
+ <UNICAST timeout="300,600,1200,2400,3600"
+ down_thread="false" up_thread="false"/>
+ <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
+ down_thread="false" up_thread="false"
+ max_bytes="400000"/>
+ <pbcast.GMS print_local_addr="true" join_timeout="3000" use_flush="true" flush_timeout="3000"
+ down_thread="false" up_thread="false"
+ join_retry_timeout="2000" shun="false"
+ view_bundling="true"/>
+ <FC max_credits="2000000" down_thread="false" up_thread="false"
+ min_threshold="0.20"/>
+ <FRAG2 frag_size="60000" down_thread="false" up_thread="false"/>
+ <!-- <pbcast.STREAMING_STATE_TRANSFER down_thread="false" up_thread="false"
+ use_flush="true" flush_timeout="3000" use_reading_thread="true"/> -->
+ <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="true" flush_timeout="3000"/>
+ <pbcast.FLUSH down_thread="false" up_thread="false" timeout="8000" auto_flush_conf="false"/>
+ </config>
+ </attribute>
+ <attribute name="FetchInMemoryState">true</attribute>
+ <attribute name="InitialStateRetrievalTimeout">15000</attribute>
+ <attribute name="SyncReplTimeout">60000</attribute>
+ <attribute name="LockAcquisitionTimeout">10000</attribute>
+ <attribute name="EvictionPolicyConfig">
+ </attribute>
+
+ <attribute name="CacheLoaderConfiguration">
+ </attribute>
+
+ <attribute name="UseRegionBasedMarshalling">false</attribute>
+ </mbean>
+</server>
Added: benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/pess-repl-sync-br.xml
===================================================================
--- benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/pess-repl-sync-br.xml (rev 0)
+++ benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/pess-repl-sync-br.xml 2008-01-08 20:15:06 UTC (rev 5089)
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<server>
+
+ <classpath codebase="./lib" archives="jboss-cache.jar, jgroups.jar"/>
+
+
+ <mbean code="org.jboss.cache.CacheImpl"
+ name="jboss.cache:service=TreeCache">
+
+ <depends>jboss:service=Naming</depends>
+ <depends>jboss:service=TransactionManager</depends>
+
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
+ <attribute name="IsolationLevel">READ_COMMITTED</attribute>
+ <attribute name="CacheMode">REPL_SYNC</attribute>
+ <attribute name="UseReplQueue">false</attribute>
+ <attribute name="ReplQueueInterval">0</attribute>
+ <attribute name="ReplQueueMaxElements">0</attribute>
+ <attribute name="ClusterName">JBossCache-Cluster</attribute>
+ <attribute name="ClusterConfig">
+ <config>
+ <TCP start_port="7580"
+ loopback="false"
+ discard_incompatible_packets="true"
+ max_bundle_size="64000"
+ max_bundle_timeout="30"
+ use_incoming_packet_handler="true"
+ enable_bundling="true"
+ enable_diagnostics="true"
+ thread_naming_pattern="cl"
+
+ use_concurrent_stack="true"
+
+ recv_buf_size="20000000"
+ send_buf_size="20000000"
+
+ thread_pool.enabled="true"
+ thread_pool.min_threads="2"
+ thread_pool.max_threads="4"
+ thread_pool.keep_alive_time="5000"
+ thread_pool.queue_enabled="true"
+ thread_pool.queue_max_size="100000"
+ thread_pool.rejection_policy="discard"
+
+ oob_thread_pool.enabled="true"
+ oob_thread_pool.min_threads="4"
+ oob_thread_pool.max_threads="8"
+ oob_thread_pool.keep_alive_time="5000"
+ oob_thread_pool.queue_enabled="false"
+ oob_thread_pool.queue_max_size="100"
+ oob_thread_pool.rejection_policy="Run"/>
+
+ <MPING timeout="2000" mcast_addr="232.1.2.3"
+ num_initial_members="3"/>
+ <MERGE2 max_interval="30000"
+ min_interval="10000"/>
+ <FD_SOCK/>
+ <FD timeout="10000" max_tries="5" shun="true"/>
+ <VERIFY_SUSPECT timeout="1500" />
+ <BARRIER />
+ <pbcast.NAKACK use_stats_for_retransmission="false"
+ exponential_backoff="150"
+ use_mcast_xmit="false" gc_lag="0"
+ retransmit_timeout="50,300,600,1200"
+ discard_delivered_msgs="true"/>
+ <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
+ max_bytes="1000000"/>
+ <VIEW_SYNC avg_send_interval="60000" />
+ <pbcast.GMS print_local_addr="true" join_timeout="3000"
+ shun="false"
+ view_bundling="true"/>
+ <FC max_credits="10000000"
+ min_threshold="0.20"/>
+ <FRAG2 frag_size="60000" />
+ <pbcast.STATE_TRANSFER />
+ </config>
+ </attribute>
+ <attribute name="FetchInMemoryState">true</attribute>
+ <attribute name="InitialStateRetrievalTimeout">15000</attribute>
+ <attribute name="SyncReplTimeout">60000</attribute>
+ <attribute name="LockAcquisitionTimeout">10000</attribute>
+ <attribute name="EvictionPolicyConfig">
+ </attribute>
+
+ <attribute name="CacheLoaderConfiguration">
+ </attribute>
+
+ <attribute name="UseRegionBasedMarshalling">false</attribute>
+
+ <!-- Buddy Replication config -->
+ <attribute name="BuddyReplicationConfig">
+ <config>
+ <buddyReplicationEnabled>true</buddyReplicationEnabled>
+ <buddyLocatorClass>org.jboss.cache.buddyreplication.NextMemberBuddyLocator</buddyLocatorClass>
+ <buddyLocatorProperties>
+ numBuddies = 1
+ ignoreColocatedBuddies = true
+ </buddyLocatorProperties>
+
+ <buddyPoolName>myBuddyPoolReplicationGroup</buddyPoolName>
+
+ <buddyCommunicationTimeout>2000</buddyCommunicationTimeout>
+
+
+ <autoDataGravitation>false</autoDataGravitation>
+
+ <dataGravitationRemoveOnFind>true</dataGravitationRemoveOnFind>
+
+ <dataGravitationSearchBackupTrees>true</dataGravitationSearchBackupTrees>
+
+ </config>
+ </attribute>
+
+ </mbean>
+</server>
Added: benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/pess-repl-sync.xml
===================================================================
--- benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/pess-repl-sync.xml (rev 0)
+++ benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/conf/pess-repl-sync.xml 2008-01-08 20:15:06 UTC (rev 5089)
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<server>
+
+ <classpath codebase="./lib" archives="jboss-cache.jar, jgroups.jar"/>
+
+
+ <mbean code="org.jboss.cache.CacheImpl"
+ name="jboss.cache:service=TreeCache">
+
+ <depends>jboss:service=Naming</depends>
+ <depends>jboss:service=TransactionManager</depends>
+
+ <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
+ <attribute name="IsolationLevel">REPEATABLE_READ</attribute>
+ <attribute name="CacheMode">REPL_SYNC</attribute>
+ <attribute name="UseReplQueue">false</attribute>
+ <attribute name="ReplQueueInterval">0</attribute>
+ <attribute name="ReplQueueMaxElements">0</attribute>
+ <attribute name="ClusterName">JBossCache-Cluster</attribute>
+ <attribute name="ClusterConfig">
+ <config>
+ <UDP mcast_addr="224.10.10.10"
+ mcast_port="45599"
+ tos="8"
+ ucast_recv_buf_size="20000000"
+ ucast_send_buf_size="640000"
+ mcast_recv_buf_size="25000000"
+ mcast_send_buf_size="640000"
+ loopback="false"
+ discard_incompatible_packets="true"
+ max_bundle_size="64000"
+ max_bundle_timeout="30"
+ use_incoming_packet_handler="true"
+ use_outgoing_packet_handler="false"
+ ip_ttl="2"
+ down_thread="false" up_thread="false"
+ bind_addr="127.0.0.1"
+ enable_bundling="false"/>
+ <PING timeout="2000"
+ down_thread="false" up_thread="false" num_initial_members="3"/>
+ <MERGE2 max_interval="100000"
+ down_thread="false" up_thread="false" min_interval="20000"/>
+ <FD_SOCK down_thread="false" up_thread="false"/>
+ <FD timeout="10000" max_tries="5" down_thread="false" up_thread="false" shun="true"/>
+ <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false"/>
+ <pbcast.NAKACK max_xmit_size="60000"
+ use_mcast_xmit="false" gc_lag="0"
+ retransmit_timeout="300,600,1200,2400,4800"
+ down_thread="false" up_thread="false"
+ discard_delivered_msgs="true"/>
+ <UNICAST timeout="300,600,1200,2400,3600"
+ down_thread="false" up_thread="false"/>
+ <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
+ down_thread="false" up_thread="false"
+ max_bytes="400000"/>
+ <pbcast.GMS print_local_addr="true" join_timeout="3000" use_flush="true" flush_timeout="3000"
+ down_thread="false" up_thread="false"
+ join_retry_timeout="2000" shun="false"
+ view_bundling="true"/>
+ <FC max_credits="2000000" down_thread="false" up_thread="false"
+ min_threshold="0.20"/>
+ <FRAG2 frag_size="60000" down_thread="false" up_thread="false"/>
+ <!-- <pbcast.STREAMING_STATE_TRANSFER down_thread="false" up_thread="false"
+ use_flush="true" flush_timeout="3000" use_reading_thread="true"/> -->
+ <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="true" flush_timeout="3000"/>
+ <pbcast.FLUSH down_thread="false" up_thread="false" timeout="8000" auto_flush_conf="false"/>
+ </config>
+ </attribute>
+ <attribute name="FetchInMemoryState">false</attribute>
+ <attribute name="InitialStateRetrievalTimeout">15000</attribute>
+ <attribute name="SyncReplTimeout">60000</attribute>
+ <attribute name="LockAcquisitionTimeout">10000</attribute>
+ <attribute name="EvictionPolicyConfig">
+ </attribute>
+
+ <attribute name="CacheLoaderConfiguration">
+ </attribute>
+
+ <attribute name="UseRegionBasedMarshalling">false</attribute>
+ </mbean>
+</server>
16 years, 12 months
JBoss Cache SVN: r5088 - benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/lib.
by jbosscache-commits@lists.jboss.org
Author: mircea.markus
Date: 2008-01-08 15:11:51 -0500 (Tue, 08 Jan 2008)
New Revision: 5088
Added:
benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/lib/jboss-common-core-2.0.4.GA.jar
benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/lib/jboss-javaee-5.0.0.Beta3.jar
benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/lib/jbosscache-core.jar
benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/lib/jcip-annotations-1.0.jar
benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/lib/jgroups-2.6.0.GA.jar
Log:
Added: benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/lib/jboss-common-core-2.0.4.GA.jar
===================================================================
(Binary files differ)
Property changes on: benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/lib/jboss-common-core-2.0.4.GA.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/lib/jboss-javaee-5.0.0.Beta3.jar
===================================================================
(Binary files differ)
Property changes on: benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/lib/jboss-javaee-5.0.0.Beta3.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/lib/jbosscache-core.jar
===================================================================
(Binary files differ)
Property changes on: benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/lib/jbosscache-core.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/lib/jcip-annotations-1.0.jar
===================================================================
(Binary files differ)
Property changes on: benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/lib/jcip-annotations-1.0.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/lib/jgroups-2.6.0.GA.jar
===================================================================
(Binary files differ)
Property changes on: benchmarks/benchmark-fwk/cache-products/jbosscache-2.1.0cr2/lib/jgroups-2.6.0.GA.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 12 months
JBoss Cache SVN: r5087 - benchmarks/benchmark-fwk.
by jbosscache-commits@lists.jboss.org
Author: mircea.markus
Date: 2008-01-08 15:05:42 -0500 (Tue, 08 Jan 2008)
New Revision: 5087
Modified:
benchmarks/benchmark-fwk/runNode.sh
Log:
Modified: benchmarks/benchmark-fwk/runNode.sh
===================================================================
--- benchmarks/benchmark-fwk/runNode.sh 2008-01-08 19:54:54 UTC (rev 5086)
+++ benchmarks/benchmark-fwk/runNode.sh 2008-01-08 20:05:42 UTC (rev 5087)
@@ -3,10 +3,8 @@
# cygwin users: add the scripts from :pserver:anoncvs@cygwin.com:/cvs/cygwin-apps/wrappers/java to the $cygwin_home/usr/local/bin
# those would make an automatic conversion from unix CLASSPATH to win classpath, needed when executing java -cp
-CACHE_DEBUG=true
preferIPv4Stack=true
-export JVM_ARGS=-Xmx1024m
-export OTHER_SYS_ARGS=$3
+export JVM_OPTIONS=" -DcurrentIndex=$1 -DclusterSize=$3 "
if [ -z $1 ]
then
@@ -14,12 +12,12 @@
echo " ./runNode.sh currentNodeIndex testConfig otherSysProps customConfigFile"
echo "currentNodeIndex : the index of this node in the list of nodes in the cluster(0..n)"
echo "testConfig : must be one of the directories names under 'cache-products'"
- echo "other params : should be used to pass -D arguments to the custom plugins. e.g. JBossCache might need an 'bindAddress' argument"
- echo "customConfigFile : the path to the a custom 'cachebenchmark.xml' (other than the one in 'conf' dir which is loaded by default)"
+ echo "cluster size"
+ echo "Ex: ./runNode.sh 0 jbosscache-2.0.0 3"
exit 0
fi
-export SYS_PROPS="-DcurrentIndex=$1 -Dorg.cachebench.debug=$CACHE_DEBUG -Djava.net.preferIPv4Stack=$preferIPv4Stack"
+export SYS_PROPS="-DcurrentIndex=$1 -Djava.net.preferIPv4Stack=$preferIPv4Stack"
#first kill all the exisiting processes as they might interfere with the new ones/ not sure this works on cygwin
ps -fe | grep "Cache*BenchmarkRunner" | cut -c 10-20 | xargs -r kill
@@ -31,14 +29,11 @@
#libraries needed by the fwk, add them to the classpath
for JAR in ./lib/*
do
- FWK_CLASS_PATH=$FWK_CLASS_PATH:$JAR
+ CLASSPATH=$CLASSPATH:$JAR
done
-FWK_CLASS_PATH=$FWK_CLASS_PATH:./conf:./classes/production/Framework
-export FWK_CLASS_PATH
+export CLASSPATH=$CLASSPATH:./conf:./classes/production/Framework
-CLASSPATH=$FWK_CLASS_PATH:$CLASSPATH
-
configFile=./cache-products/$2/config.sh
#first check whether the config file exists and load it
@@ -50,13 +45,8 @@
exit 1
fi
-if [ -n "$START_NODE_COMMAND" ]
-then
- echo executing command $START_NODE_COMMAND
- $START_NODE_COMMAND
-else
- TO_EXECUTE="java $JVM_ARGS -cp $CLASSPATH $OTHER_SYS_ARGS $SYS_PROPS org.cachebench.CacheBenchmarkRunner $4"
- echo executing $TO_EXECUTE
- java $JVM_ARGS -cp $CLASSPATH $OTHER_SYS_ARGS $SYS_PROPS org.cachebench.CacheBenchmarkRunner $4
-fi
+TO_EXECUTE="java $JVM_OPTIONS -cp $CLASSPATH org.cachebench.CacheBenchmarkRunner"
+echo executing:
+echo $TO_EXECUTE
+java $JVM_OPTIONS -cp $CLASSPATH org.cachebench.CacheBenchmarkRunner
16 years, 12 months
JBoss Cache SVN: r5086 - benchmarks/benchmark-fwk/cache-products/terracotta-2.5.0.
by jbosscache-commits@lists.jboss.org
Author: mircea.markus
Date: 2008-01-08 14:54:54 -0500 (Tue, 08 Jan 2008)
New Revision: 5086
Modified:
benchmarks/benchmark-fwk/cache-products/terracotta-2.5.0/config.sh
Log:
Modified: benchmarks/benchmark-fwk/cache-products/terracotta-2.5.0/config.sh
===================================================================
--- benchmarks/benchmark-fwk/cache-products/terracotta-2.5.0/config.sh 2008-01-08 19:38:04 UTC (rev 5085)
+++ benchmarks/benchmark-fwk/cache-products/terracotta-2.5.0/config.sh 2008-01-08 19:54:54 UTC (rev 5086)
@@ -3,12 +3,12 @@
#see "$CACHE_ROOT/cache-products/cache.sh" for details
THIS_DIR=./cache-products/terracotta-2.5.0
-TC_HOME="/cygdrive/c/java/terracotta-2.5.0"
+TC_HOME="/qa/home/mmarkus/java/terracotta-2.5.0"
#addint terracotta wrapper class to classpath
CLASSPATH=$CLASSPATH:./classes/production/terracotta-2.5.0
#other specific JVM options
JVM_OPTIONS="$JVM_OPTIONS -Xmx1024m -DpreferIPv4Stack=true -Dtc.config=$THIS_DIR/tc-client-config.xml -Dtc.install-root=${TC_HOME}"
-JVM_OPTIONS="$JVM_OPTIONS -Xbootclasspath/p:${TC_HOME}/lib/dso-boot/dso-boot-hotspot_win32_150_14.jar"
+JVM_OPTIONS="$JVM_OPTIONS -Xbootclasspath/p:${TC_HOME}/lib/dso-boot/dso-boot-hotspot_linux_150_11.jar"
16 years, 12 months
JBoss Cache SVN: r5085 - benchmarks/benchmark-fwk/cache-products/terracotta-2.4.8.
by jbosscache-commits@lists.jboss.org
Author: mircea.markus
Date: 2008-01-08 14:38:04 -0500 (Tue, 08 Jan 2008)
New Revision: 5085
Removed:
benchmarks/benchmark-fwk/cache-products/terracotta-2.4.8/terracotta-2.3.0.iml
Log:
dropping ide file
Deleted: benchmarks/benchmark-fwk/cache-products/terracotta-2.4.8/terracotta-2.3.0.iml
===================================================================
--- benchmarks/benchmark-fwk/cache-products/terracotta-2.4.8/terracotta-2.3.0.iml 2008-01-08 19:37:18 UTC (rev 5084)
+++ benchmarks/benchmark-fwk/cache-products/terracotta-2.4.8/terracotta-2.3.0.iml 2008-01-08 19:38:04 UTC (rev 5085)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module relativePaths="true" type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="true">
- <exclude-output />
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="Trunk" />
- <orderEntryProperties />
- </component>
-</module>
-
16 years, 12 months
JBoss Cache SVN: r5084 - benchmarks/benchmark-fwk/cache-products/coherence-3.2.2.
by jbosscache-commits@lists.jboss.org
Author: mircea.markus
Date: 2008-01-08 14:37:18 -0500 (Tue, 08 Jan 2008)
New Revision: 5084
Removed:
benchmarks/benchmark-fwk/cache-products/coherence-3.2.2/coherence-3.2.2.iml
Log:
dropping ide file
Deleted: benchmarks/benchmark-fwk/cache-products/coherence-3.2.2/coherence-3.2.2.iml
===================================================================
--- benchmarks/benchmark-fwk/cache-products/coherence-3.2.2/coherence-3.2.2.iml 2008-01-08 19:36:29 UTC (rev 5083)
+++ benchmarks/benchmark-fwk/cache-products/coherence-3.2.2/coherence-3.2.2.iml 2008-01-08 19:37:18 UTC (rev 5084)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module relativePaths="true" type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="true">
- <exclude-output />
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="Trunk" />
- <orderEntryProperties />
- </component>
-</module>
-
16 years, 12 months
JBoss Cache SVN: r5083 - benchmarks/benchmark-fwk/cache-products/jbosscache-1.4.1.
by jbosscache-commits@lists.jboss.org
Author: mircea.markus
Date: 2008-01-08 14:36:29 -0500 (Tue, 08 Jan 2008)
New Revision: 5083
Removed:
benchmarks/benchmark-fwk/cache-products/jbosscache-1.4.1/jbosscache-1.4.1.iml
Log:
removing IDE files
Deleted: benchmarks/benchmark-fwk/cache-products/jbosscache-1.4.1/jbosscache-1.4.1.iml
===================================================================
--- benchmarks/benchmark-fwk/cache-products/jbosscache-1.4.1/jbosscache-1.4.1.iml 2008-01-08 19:35:36 UTC (rev 5082)
+++ benchmarks/benchmark-fwk/cache-products/jbosscache-1.4.1/jbosscache-1.4.1.iml 2008-01-08 19:36:29 UTC (rev 5083)
@@ -1,248 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module relativePaths="true" type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="true">
- <exclude-output />
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/lib/commons-logging.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/lib/jgroups.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/lib/jboss-cache.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/lib/jboss-system.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/lib/jboss-j2ee.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/lib/jboss-aop.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/lib/jboss-minimal.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/lib/jboss-serialization.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/lib/concurrent.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/lib/jboss-jmx.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/lib/trove.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/lib/jboss-common.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-2.0.0/lib/jboss-j2ee.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-2.0.0/lib/jcip-annotations.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-2.0.0/lib/jboss-common-core.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-2.0.0/lib/concurrent.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-2.0.0/lib/jbosscache.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-2.0.0/lib/trove.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-2.0.0/lib/jgroups.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../ehcache-1.2.4/lib/commons-logging.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../ehcache-1.2.4/lib/ehcache.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../../lib/log4j.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../../lib/commons-beanutils.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../../lib/commons-digester.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../../lib/commons-math-1.0.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../../lib/commons-logging.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module" module-name="Trunk" />
- <orderEntryProperties />
- </component>
-</module>
-
16 years, 12 months
JBoss Cache SVN: r5082 - benchmarks/benchmark-fwk/cache-products/ehcache-1.2.4.
by jbosscache-commits@lists.jboss.org
Author: mircea.markus
Date: 2008-01-08 14:35:36 -0500 (Tue, 08 Jan 2008)
New Revision: 5082
Removed:
benchmarks/benchmark-fwk/cache-products/ehcache-1.2.4/ehcache-1.2.4.iml
Log:
removing IDE files
Deleted: benchmarks/benchmark-fwk/cache-products/ehcache-1.2.4/ehcache-1.2.4.iml
===================================================================
--- benchmarks/benchmark-fwk/cache-products/ehcache-1.2.4/ehcache-1.2.4.iml 2008-01-08 19:29:27 UTC (rev 5081)
+++ benchmarks/benchmark-fwk/cache-products/ehcache-1.2.4/ehcache-1.2.4.iml 2008-01-08 19:35:36 UTC (rev 5082)
@@ -1,185 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module relativePaths="true" type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="true">
- <exclude-output />
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-1.4.1/lib/commons-logging.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-1.4.1/lib/jgroups.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-1.4.1/lib/jboss-cache.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-1.4.1/lib/jboss-system.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-1.4.1/lib/jboss-j2ee.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-1.4.1/lib/jboss-aop.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-1.4.1/lib/jboss-minimal.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-1.4.1/lib/jboss-serialization.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-1.4.1/lib/concurrent.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-1.4.1/lib/jboss-jmx.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-1.4.1/lib/trove.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../jbosscache-1.4.1/lib/jboss-common.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/lib/commons-logging.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/lib/ehcache.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../../lib/log4j.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../../lib/commons-beanutils.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../../lib/commons-digester.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../../lib/commons-math-1.0.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../../lib/commons-logging.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module" module-name="Trunk" />
- <orderEntryProperties />
- </component>
-</module>
-
16 years, 12 months