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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Apr 29 05:16:40 EDT 2009


Author: galder.zamarreno at jboss.com
Date: 2009-04-29 05:16:40 -0400 (Wed, 29 Apr 2009)
New Revision: 8022

Added:
   benchmarks/benchmark-fwk/trunk/.classpath
   benchmarks/benchmark-fwk/trunk/.project
Modified:
   benchmarks/benchmark-fwk/trunk/
   benchmarks/benchmark-fwk/trunk/runNode.sh
Log:
Added root Eclipse archives and capability for remote debugging.


Property changes on: benchmarks/benchmark-fwk/trunk
___________________________________________________________________
Name: svn:ignore
   + classes


Added: benchmarks/benchmark-fwk/trunk/.classpath
===================================================================
--- benchmarks/benchmark-fwk/trunk/.classpath	                        (rev 0)
+++ benchmarks/benchmark-fwk/trunk/.classpath	2009-04-29 09:16:40 UTC (rev 8022)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="tests"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="lib" path="lib/common/testng-5.1-jdk15.jar"/>
+	<classpathentry kind="lib" path="lib/activation.jar"/>
+	<classpathentry kind="lib" path="lib/commons-beanutils.jar"/>
+	<classpathentry kind="lib" path="lib/commons-digester.jar"/>
+	<classpathentry kind="lib" path="lib/commons-logging.jar"/>
+	<classpathentry kind="lib" path="lib/commons-math-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/dsn.jar"/>
+	<classpathentry kind="lib" path="lib/imap.jar"/>
+	<classpathentry kind="lib" path="lib/jcommon.jar"/>
+	<classpathentry kind="lib" path="lib/jfreechart.jar"/>
+	<classpathentry kind="lib" path="lib/jta-1.1.jar"/>
+	<classpathentry kind="lib" path="lib/log4j.jar"/>
+	<classpathentry kind="lib" path="lib/mail.jar"/>
+	<classpathentry kind="lib" path="lib/mailapi.jar"/>
+	<classpathentry kind="lib" path="lib/pop3.jar"/>
+	<classpathentry kind="lib" path="lib/smtp.jar"/>
+	<classpathentry kind="output" path="output/eclipse"/>
+</classpath>

Added: benchmarks/benchmark-fwk/trunk/.project
===================================================================
--- benchmarks/benchmark-fwk/trunk/.project	                        (rev 0)
+++ benchmarks/benchmark-fwk/trunk/.project	2009-04-29 09:16:40 UTC (rev 8022)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>framework</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Modified: benchmarks/benchmark-fwk/trunk/runNode.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/runNode.sh	2009-04-28 09:57:20 UTC (rev 8021)
+++ benchmarks/benchmark-fwk/trunk/runNode.sh	2009-04-29 09:16:40 UTC (rev 8022)
@@ -53,6 +53,10 @@
 . ./jvm_params.sh
 
 JVM_OPTIONS="${JVM_OPTIONS} -Xms${JVM_XMS} -Xmx${JVM_XMX} -DcacheBenchFwk.cacheProductName=${CACHE_PRODUCT} -Dbind.address=${BIND_ADDRESS} -DcacheBenchFwk.cacheConfigFile=${TEST_CFG} -DcurrentIndex=${CURRENT_INDEX} -DclusterSize=${CLUSTER_SIZE} -Djava.net.preferIPv4Stack=${preferIPv4Stack}"
+
+# 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"
 
 if [ "$DEBUG" = "debug" ]




More information about the jbosscache-commits mailing list