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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Oct 21 08:51:56 EDT 2009


Author: whitingjr
Date: 2009-10-21 08:51:56 -0400 (Wed, 21 Oct 2009)
New Revision: 29719

Added:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties
Log:
Added property substitution.

Copied: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties (from rev 29667, labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-ant-demo.properties)
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties	2009-10-21 12:51:56 UTC (rev 29719)
@@ -0,0 +1,74 @@
+#
+# Is the profiler on or off when the app starts?
+# (on | off)
+# default = on
+#
+profiler=off
+#
+# Can the profiler be controlled remotely ?
+# (on | off)
+# default = off
+#
+remote=on
+#
+# TCP listen port for remote control
+# default =15599
+#
+port=15599
+#
+#
+ClassLoaderFilter.1=com.mentorgen.tools.profile.instrument.clfilter.StandardClassLoaderFilter
+#accept-class-loaders=sun.misc.Launcher$AppClassLoader
+#
+# What is the maximum depth for thread dumps
+# (-1 means no limit)
+# default = -1
+# (you may also use 'compact')
+#
+thread-depth=compact
+#
+# When compacting thread dumps, what in the minimum total time you want
+# to show 
+# default = 10 (ms)
+#
+thread.compact.threshold.ms=1
+#
+# What is the maximum number of methods to show in the method dump
+# (-1 means no limit)
+# default = -1
+# (you may also use 'compact')
+#
+max-method-count=compact
+#
+# defaults to 10
+#
+method.compact.threshold.ms=1
+#
+# What is the default file name for the profile information
+# default=./profile.txt
+#
+#file=/tmp/profile.txt
+#
+# specify a directory and jip will create uniquely named files.
+file=/home/whitingjr/eclipse/v3.5-galileo/workspaces/performance/performance/logs
+#
+# What packages are excluded from the display
+# (comma separated)
+# Note: com.mentorgen.tools.profile is always excluded
+#
+exclude=org.apache.lo4j.*,org.testng.*,org.jboss.*
+include=org.jboss.application.Demo,${db-vendor-profiling},org.hibernate.ejb.EntityManagerImpl
+#
+# Track Object Allocation (very expensive)
+# values: on, off
+# default = off
+#
+track.object.alloc=off
+#
+#output=text 
+output=xml	
+output-method-signatures=no
+#profiler-class=net.sourceforge.jiprof.timeline.TimeLineProfiler
+#clock-resolution=ms
+
+debug=off
\ No newline at end of file



More information about the jboss-svn-commits mailing list