RestComm / jain-slee

The World's #1 Open Source JAIN-SLEE (JSLEE) 1.1 Implementation
http://www.restcomm.com/
GNU Affero General Public License v3.0
25 stars 50 forks source link

[tools] Add JSLEE Twiddle tool #68

Closed SergeyLee closed 7 years ago

SergeyLee commented 8 years ago

Comment from Stackoverflow:

Twiddle was a tool/script included in previous versions of JBoss, up to community version 6, to access to the JMX Services of JBoss (MBeans) through command line. Since JBoss 7 is not based any more on Managed Beans, it doesn't include this tool nor the JMX Console. That said, the management operations exposed through Managed Beans in JBoss 7 can be, of course, accessed with the JConsole tool, included with the JDK. So don't expect there will be an official twiddle command for JBoss 7, though some independent developers have created their own versions.

SergeyLee commented 8 years ago

Also JBoss AS 7 has CLI and JMX subsystem: https://docs.jboss.org/author/display/AS72/Admin+Guide#AdminGuide-CommandLineInterface https://docs.jboss.org/author/display/AS72/JMX+subsystem+configuration

Also there are many JMX utilities (command-line tools): http://stackoverflow.com/questions/1751130/calling-jmx-mbean-method-from-a-shell-script