This content has been marked as final.
Show 1 reply
-
1. Re: Remote Profiling Using JbossProfiler
clebert.suconic Mar 16, 2006 10:36 AM (in response to jaggibrijesh)JBoss Profiler always sends the output to files. Never through socket.
So, you should use JBoss Profiler as you would do locally:
-XrunjbossInspector:/tmp
That socket option is to be used with profilerConsole.jar, and it's not very useful any more.
Just install jboss-profiler-noAOP.sar into your /deployment directory, add the JVM argument (-Xrun...) and call start through JMX console on (http://<server-ip>:8080/jmx-console, and select a local directory to the server. Nothing changed between a remote and a local profiler.