[jboss-dev-forums] [Design of JBoss Profiler] - Re: JBoss Profiler 2
imavroukakis
do-not-reply at jboss.com
Wed Jan 23 10:18:04 EST 2008
Hi :-)
I am using Profiler 2 CR8. What I want to achieve is to profile some services that I have that are starting very slowly when the server is booted. This is how I've setup jboss-4.0.2
under bin/
jboss-profiler-plugins.jar
jboss-profiler.properties
jboss-profiler.jar
run.conf
JAVA_OPTS="$JAVA_OPTS -javaagent:jboss-profiler.jar -Djboss-profiler.properties=jboss-profiler.properties"
jboss-profiler.properties
enable=yes
cpu=yes
memory=yes
includes=com.ga.messaging.*
excludes=*
visibility=private
save=yes
startup=yes
repository=no
remote=yes
store=file
location=/tmp/profiles
host=localhost
port=5400
ejb=yes
servlet=yes
jsf=no
jmx=yes
rmi=yes
corba=yes
plugin.1=org.jboss.profiler.plugins.Hibernate
My question is, if the profiler has been setup with startup=yes, does this mean it will start recording data when the server begins to bootup? If that's the case, what are the next steps I need to take once the classes I am interested in have been profiled? I assume I need to stop the profiler and take a snapshot?
Thank you,
Yiannis
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122669#4122669
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122669
More information about the jboss-dev-forums
mailing list