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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 2 05:03:04 EDT 2010


Author: whitingjr
Date: 2010-08-02 05:03:03 -0400 (Mon, 02 Aug 2010)
New Revision: 34448

Removed:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties
Log:
Removed file.

Deleted: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties	2010-08-02 08:58:01 UTC (rev 34447)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties	2010-08-02 09:03:03 UTC (rev 34448)
@@ -1,80 +0,0 @@
-#
-# 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=2
-#
-# 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
-#
-#
-# specify a directory and jip will create uniquely named files.
-file=logs/profiled/DATE-TIME-profile.xml
-#
-# What packages are excluded from the display
-# (comma separated)
-# Note: com.mentorgen.tools.profile is always excluded
-#
-exclude=org.testng,org.dbunit,com.mentorgen
-include=${profiling-classes}
-
-#include=${db-vendor-profiling},org.hibernate,com.arjuna,auction.dao.ejb3,auction.model,org.jboss.jbossts.performance,org.apache.log4j,org.jboss
-#
-# 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
-
-
-
-#output-summary-only=yes
-



More information about the jboss-svn-commits mailing list