The below post describes some common usage scenarios of the twiddle JBoss command line utility. JBoss provides a simple command line tool that allows for interaction with a remote JMX server instance. This tool is called twiddle (for twiddling bits
Continue readingTag: Twiddle
Thread Dumps in JBoss
The below article shows about capturing the Thread Dumps for JBoss Application Server in event of any server hangs or to diagnose any performance bottlenecks using the JBoss Server Utilities. Using JMX Console: JMX-Console application is deployed on to the
Continue readingJBoss Command Line Utility Twiddle
Recently I had faced a situation where I was forced to invoke a method on a particular “MBean” 10-15 times. I had completed this task manually from “JMX-Console”, but I didn’t feel it was elegant way of executing the task.
Continue reading