[jboss-svn-commits] JBL Code SVN: r30857 - in labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler: jip and 1 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Dec 29 12:02:03 EST 2009


Author: whitingjr
Date: 2009-12-29 12:02:03 -0500 (Tue, 29 Dec 2009)
New Revision: 30857

Added:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jip/
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jip/configuration.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/configuration.properties
Log:
Added multi profiler support.

Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jip/configuration.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jip/configuration.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jip/configuration.properties	2009-12-29 17:02:03 UTC (rev 30857)
@@ -0,0 +1,8 @@
+
+# JIP configuration properties
+
+profiler.library.name=jip-1.0.jar
+
+profiler.vm.arguments=-Dprofile.properties=build/classes/profile.properties
+profiler.agent.library=
+profiler.xbootclasspath=
\ No newline at end of file

Added: 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	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/jprofiler/configuration.properties	2009-12-29 17:02:03 UTC (rev 30857)
@@ -0,0 +1,12 @@
+
+# JProfiler configuration properties
+
+
+# os specific file name of profiler native library
+profiler.agent.library=jprofilerti
+profiler.agent.properties=port=8849
+profiler.agent.argument=-agentlib:lib/profilerdrivers/jprofiler/${profiler.agent.library}=${profiler.agent.properties}
+
+profiler.xbootclasspath=agent.jar
+profiler.vm.arguments=-Xbootclasspath/a:${profiler.xbootclasspath}
+



More information about the jboss-svn-commits mailing list