Skip to content

Tag Archives: Twiddle

JBoss Twiddle utility examples

13-Feb-11

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 via JMX) and is located in the bin directory of the distribution. Twiddle is a [...]

Thread Dumps in JBoss

10-Feb-11

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 JBoss Application Server by default  and you can access the same using the below URL. [...]

JBoss Command Line Utility Twiddle

22-Dec-10

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. So I had started doing research to find out if there is better way of [...]