[jboss-dev-forums] [Design of JBoss Profiler] - Re: analyzer displays empty result, even with log files crea
michele.curioni
do-not-reply at jboss.com
Thu Sep 28 13:04:53 EDT 2006
Thanks Clebert,
For the forum:
the problem was the options I used to start JBoss in profiler mode.
I used:
-XrunjbossInspector:C:\\performance\\profiler,start=org.ex.Main
the 'start' parameter tells the profiler to wait for a particular class in the trace before collecting data. Given that the class I specified is not in my environment, all the data collected was ignored.
I removed the option, and now it works fine.
Clebert also suggested to use the option memory=false to avoid cluttering the data with memory stats, if you don't need them.
Cheers,
Michele
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974966#3974966
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974966
More information about the jboss-dev-forums
mailing list