[jboss-svn-commits] JBL Code SVN: r30861 - labs/jbosstm/workspace/whitingjr/trunk/performance.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Dec 29 12:05:11 EST 2009


Author: whitingjr
Date: 2009-12-29 12:05:10 -0500 (Tue, 29 Dec 2009)
New Revision: 30861

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/INSTALL.txt
   labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt
Log:
Added documentation for multiple profiler implementations.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/INSTALL.txt
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/INSTALL.txt	2009-12-29 17:04:14 UTC (rev 30860)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/INSTALL.txt	2009-12-29 17:05:10 UTC (rev 30861)
@@ -38,7 +38,7 @@
    ./src/main/resources/properties/database/<resource.X.db.vendor>/database-locations/<installation>/resource<A|B>/connection.properties
    ./src/main/resources/properties/database/<resource.X.db.vendor>/database-locations/<installation>/resource<A|B>/resource.properties
    
-   Configuring the JIP profiler to recognise classes for each vendor requires identifying 
+   Configuring the profiler to recognise classes for each vendor requires identifying 
    the package name of the driver library. It is recommended you use a generic name to
     ensure complete coverage of the driver libraries. for example, the MySQL driver package
     has two package domains com.mysql and org.gjt
@@ -59,3 +59,12 @@
    ./build.properties - testcase.xpaths
    This property is a csv. Notice between the class and method is a ':' colon. Use this 
    instead of a period.
+   
+   The profiler used to capture data is pluggable. The default installation is Java Interactive
+   Profiler. This allows the widest user base to profile the project. To use a replacement 
+   profiler create a directory here
+   ./src/main/resources/properties/profiler/<profiler>
+   and here
+   ./lib/profilerdrivers/<profiler>
+    the new directory name will be used for the 'profiler' command line flag to select a profiler.
+   Use an existing profiler property file to recognize the necessary parameters.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt	2009-12-29 17:04:14 UTC (rev 30860)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/README.txt	2009-12-29 17:05:10 UTC (rev 30861)
@@ -42,7 +42,8 @@
 
 0.5    Supports filtering and merging of results into categories.
        Added support for using different profilers.
-       Added complete control for each resource. Can mix and match vendor, installation type and jdbc configuration.
+       Added complete control for each resource. Can mix and match vendor, installation type
+       and jdbc configuration.
 
 Known issues:
 



More information about the jboss-svn-commits mailing list