About 63,100 results
Open links in new tab
  1. Basic Introduction to JMX - Baeldung

    Apr 21, 2026 · Learn how to create and manage an MBean with a quick intro to JMX (Java Management Extensions).

  2. 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.

  3. Introduction to JMX Technology - docs.oracle.com

    The JMX Specification defines in the Java programming language an architecture, the design patterns, the APIs, and the services for application and network management and monitoring. The Java …

  4. JMX Metrics | OpenTelemetry

    May 8, 2026 · JMX (Java Management Extensions) is a Java technology that provides tools for managing and monitoring applications via JMX MBeans (Managed Beans). These MBeans expose …

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

    Jan 16, 2026 · Java Management Extensions (JMX) is a powerful technology in the Java ecosystem that provides a standard way to manage and monitor Java applications. It allows developers to expose …

  6. Java Management Extensions (JMX) - OpenJDK

    Introduction 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 the JMX technology …

  7. 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 …

  8. Deep Dive into Java Management Extensions (JMX)- Stackify

    Oct 19, 2017 · Learn JMX (Java Management Extensions), from monitoring JMX data exposed by third-party tools to writing and exposing your own.

  9. Introduction to JMX Technology - MIT

    Why Use JMX Technology? JMX technology provides Java developers across all industries with a flexible means to instrument Java code, create smart Java agents, implement distributed …

  10. Remote Monitoring with VisualVM and JMX - Baeldung

    May 23, 2025 · In this article, we’ll learn how to use VisualVM and Java Management Extensions (JMX) for remote monitoring of Java applications. 2. JMX