The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.40 - 2009-11-14

  • Extended protocol to allow for JSON requests via POST in addition to pure URL based requests via GET
  • Implemented bulk requests: JMX::Jmx4Perl->request() can now take a list of JMX::Jmx4Perl::Request objects in which case it will return a list of JMX::Jmx4Perl::Response objects (instead of a single, scalar, response when used with a single request)
  • Support for Glassfish V3 Preview, Jonas 5.1 and Jetty 7.0.0

Documentation

j4p agent protocol specification
Manual for jmx4perl
Nagios check using jmx4perl for accessing JMX information
JMX access tools and modules

Modules

Access to JMX via Perl
JSON-HTTP based acess to a remote JMX agent
Specialized LWP::UserAgent adding authentication support
JMX alias names for jmx4perl
Internal object representing a concrete alias
Configuration file support for Jmx4Perl
Module for encapsulating the functionality of check_jmx4perl
Base package for product specific handler
Handler for Geronimo
Handler for Glassfish
Handler for JBoss
Handler for Jetty
Handler for Jonas
Handler for Apache Tomcat
Handler for Oracle WebLogic
Handler for IBM Websphere
A jmx4perl request
A jmx4perl response