Skip to content

groveriffic/jmx-irb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage:
# Anywhere in the initialization of your app
# e.g config/environment.rb if it's a rails app
require 'rubygems'
require 'jmx-irb'
JMXIRB.enable

Your application must be running in a JVM that has JMX enabled
E.g. Glassfish
Then run jmx-irb command from your favorite shell
it will prompt for everything it needs to connect
You can also run jmx-irb --help for more info.

TODO:
- More customizable prompt
- Ability to do multiline blocks
- Tab Completion

About

Open a remote IRB-like console over JMX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages