standalone-twiddle - a standalone version of JBoss
Twiddle (CLI based JMX client for e g shell scripted data retrieval) has just been released. Can be used for e g AS7. See
https://community.jboss.org/people/arnoldjohansson/blog/2012/04/14/twiddle-standalone and
https://github.com/swesource/twiddle-standalone.
Quick question how do you specify the username and password when doing a twiddle cal?
ReplyDeletee.g.
twiddle.sh -s service:jmx:remoting-jmx://localhost:9999 query '*:*'
Twiddle supports username-password authentication out-of-the-box by the -u and -p command arguments. See for example https://community.jboss.org/wiki/Twiddle for more info.
ReplyDelete