| How do I get the list of MBeans with twiddle? |
| Written by Mark S. | |||||
|
JBoss provides a simple command line tool that allows for interaction with a remote JMX server instance. This tool is called jboss twiddle (for twiddling bits via JMX) and is located in the bin directory of the distribution. Twiddle is a command execution tool, not a general command shell. The syntax of this tool is: twiddle.sh [options] <command> [command_arguments] So if you want to see the list of MBeans published simply pass the "-l" argument to serverinfo twiddle -s localhost serverinfo -l (for Win Users) or for Unix machines: twiddle.sh -s localhost serverinfo -l
JBoss.org Search
Custom Search
Only registered users can write comments!
Powered by !JoomlaComment 3.26
3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved." |


