Introduction
Jmxterm is a command line based interactive JMX client.
It's designed to allow user to access JMX from command line without graphical environment. In another word, it's a command line based jconsole.
jmxterm is an open source Java project under CyclopsGroup.org.
Contents
A. What is Jmxterm, what are features
Jmxterm is an open source command line based interactive JMX client. It's designed to allow user to access JMX from command line without graphical environment. In another word, it's a command line based jconsole.
B. One minute tutorial
The downloaded UBER jar runs out of box with java -jar command. Yes, there's no dependency, installation, user configuration, file structure, permission or log directory to setup.
C. User manual
The executable jar jmxterm-#-uber.jar can be called using java -jar jmxterm-#-uber.jar command which opens an interactive command line console. There are several optional options for this command, option -h(—help) explains the detail of these options. For example
D. Downloads
Download latest release of executable jar file, latest dev package or other packages. Click
to download latest release uberjar file that runs out of box, or find out more downloadable files.
E. Embed in script language
Jmxterm is not designed to be a middle layer between JMX API and application. But with small effort, Jmxterm can be called in programmatic manner from script language such as PERL or Shell.
F. Frequently asked questions
This page collects a list of frequently asked questions
G. Release history
This page documents release note of all Jmxterm project released in past. Downloads for all releases can be found in SourceForge download package download.
S: Build from source
Jmxterm project is hosted in sourceforge under project name cyclops-group, and built with Maven2 so there isn't a Makefile or build.xml in source repository.
Z. Discuss Jmxterm
Goto discussion page to share ideas with team.






