[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Maximum CPU Usage in Jboss4.0.4 GA

Funks do-not-reply at jboss.com
Sat Mar 15 18:14:55 EDT 2008


The easiest way to get thread dumps is for one to use JDK 1.5 or above on the server.  Make sure the JDK'x JMX MBean Server is turned on and that you've set the switches to allow for remote JMX connections..

enable jmx remote switch = "-Dcom.sun.management.jmxremote"
remote jmx port = "-Dcom.sun.management.jmxremote.port=SOMEPORTNUM"
disable remote auth = "-Dcom.sun.management.jmxremote.authenticate=false"

Install JCONSOLE on a workstation somewhere (preferably 1.6), download the JTA Plugin (Thread Dump Analyzer JCONSOLE Plugin) from https://tda.dev.java.net/ - then you should be able to perform thread dumps remotely.



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136914#4136914

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136914



More information about the jboss-user mailing list