[jboss-svn-commits] JBL Code SVN: r30389 - labs/jbosstm/workspace/whitingjr/trunk/performance.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Nov 30 08:51:17 EST 2009
Author: whitingjr
Date: 2009-11-30 08:51:17 -0500 (Mon, 30 Nov 2009)
New Revision: 30389
Added:
labs/jbosstm/workspace/whitingjr/trunk/performance/CONFIGURATION.txt
Log:
Added details of configuring the profiling system.
Added: labs/jbosstm/workspace/whitingjr/trunk/performance/CONFIGURATION.txt
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/CONFIGURATION.txt (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/CONFIGURATION.txt 2009-11-30 13:51:17 UTC (rev 30389)
@@ -0,0 +1,19 @@
+ To configure the profiling framework use the following to find the location
+of the property:
+
+I want to configure......
+
+* Connection pool size
+src/main/resources/properties/database/shared-database.properties - db-pool-max.size, db-pool-min.size
+
+* Number of times tests are repeated
+src/test/resources/testsuite-integration-ejb3.xml - test_count
+
+* Number of times tests are repeated before profiling is started, this warms up the compiler
+src/test/resources/testsuite-integration-ejb3.xml - warmup_count
+
+* Set the database connection user name and password
+src/main/resources/properties/database/<db-vendor>/database-locations/<db-installation>/db-installation.properties - db-vendor-jdbc-userName, db-vendor-jdbc-password
+
+* Suspend the profiler before starting test, allowing a debugger to be attatched.
+build.properties - suspend
More information about the jboss-svn-commits
mailing list