There is two ways to start the profiler:
I - A generic way, in places where you don't have JMX MBeans, using the socket console.
II - Using Jboss MBeans JMX Console.
From the readme.txt
anonymous wrote : Alternatively, if you're running the profiler under JBoss, you can deploy
| either jboss-profiler-noAOP.sar or jboss-profiler.sar and stop, start, pause
| the data capturing through JMX and the JMX console. The MBean has the
| javax.management.ObjectName jboss.profiler:mbean=Native-profiler .
|
|
So, just add the -XrunjbossInspector: to your run.bat/run.sh as usual and start/stop data capturing using the JMX console.
Clebert Suconic
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876296#3876296
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876296
|