[jboss-svn-commits] JBL Code SVN: r30939 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jan 5 13:10:15 EST 2010


Author: whitingjr
Date: 2010-01-05 13:10:14 -0500 (Tue, 05 Jan 2010)
New Revision: 30939

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/configuration.properties
Log:
Completed JProfiler profiler configuration for agentpath loading.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/configuration.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/configuration.properties	2010-01-05 18:09:39 UTC (rev 30938)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/configuration.properties	2010-01-05 18:10:14 UTC (rev 30939)
@@ -3,10 +3,16 @@
 
 
 # os specific file name of profiler native library
-profiler.agent.library=jprofilerti
+profiler.agent.library=libjprofilerti.so
+profiler.agent.library.path=/opt/jprofiler6/bin/linux-x64
 profiler.agent.properties=port=8849
-profiler.agent.argument=-agentlib:lib/profilerdrivers/jprofiler/${profiler.agent.library}=${profiler.agent.properties}
 
-profiler.xbootclasspath=agent.jar
+profiler.xbootclasspath=lib/profilerdrivers/${profiler}/agent.jar
+
+# used in build.xml
+profiler.agent.argument=-agentpath:${profiler.agent.library.path}/${profiler.agent.library}=${profiler.agent.properties}
+
+# used in build.xml
 profiler.vm.arguments=-Xbootclasspath/a:${profiler.xbootclasspath}
 
+profiler.controller=org.jboss.jbossts.performance.profiler.implementation.JProfiler
\ No newline at end of file



More information about the jboss-svn-commits mailing list