About 69,300 results
Open links in new tab
  1. Introduction to JMX Technology - docs.oracle.com

    JMX technology provides Java developers with a flexible means to instrument Java code, create smart Java agents, implement distributed management middleware and managers, and smoothly integrate …

  2. Basic Introduction to JMX - Baeldung

    May 11, 2024 · The Java Management Extensions (JMX) framework was introduced in Java 1.5 and has found widespread acceptance in the Java developers community since its inception.

  3. Java Management Extensions - Wikipedia

    Java Management Extensions (JMX) is a Java technology that supplies tools for managing and monitoring applications, system objects, devices (such as printers) and service-oriented networks.

  4. Java Management Extensions (JMX): A Comprehensive Guide

    Nov 12, 2025 · With JMX, administrators can interact with running Java applications, perform operations, and gather information without modifying the application's source code.

  5. Monitoring and Management Using JMX Technology

    These built-in management utilities are often referred to as out-of-the-box management tools for the Java VM. You can also monitor any appropriately instrumented applications using the JMX API.

  6. Java Management Extensions (JMX) - OpenJDK

    The JMX technology is developed through the Java Community Process (JCP). In JDK versions 5.0 and 6, the JMX technology was developed as Java Specification Request (JSR) 3, Java Management …

  7. Lesson: Overview of the JMX Technology (The Java™ Tutorials > Java ...

    The JMX specification defines the architecture, design patterns, APIs, and services in the Java programming language for management and monitoring of applications and networks.

  8. Java Management Extensions (JMX) - Oracle

    The Java Management Extensions (JMX) technology represents a universal, open technology for management, and monitoring that can be deployed wherever management and monitoring are needed.

  9. Getting Started with Java Management Extensions (JMX ... - Oracle

    Jan 6, 2004 · A fast track technical tutorial to JMX. It discusses JMX and its tiered architecture, the JMX programming model, and code demonstrating how to use JMX to develop management applications.

  10. Java Management Extensions Technology User’s Guide

    The JMX API is a standard API for management and monitoring of resources such as applications, devices, services, and the Java Virtual Machine. Typical uses of JMX technology include: Sending …