Top "Jmx" questions

Java Management eXtensions is a standard Java API that enables the instrumentation and monitoring of a running Java program.

Why Java opens 3 ports when JMX is configured?

I run my Java program with JDK7 on Centos6. I enable JMX using the following options: JAVA_OPTS="${JAVA_OPTS} …

java rmi jmx
Remote monitoring with visualvm and JMX

I would like to monitor a remotely running java (spring boot) application with jvisualvm (or jconsole). When running locally, I …

java spring-boot monitoring jmx
JMX password read access issue

When I try to use JMX to monitor an application like this: java -Dcom.sun.management.jmxremote.port=9999 \ -Dcom.sun.…

java ubuntu jmx
JBoss AS 7 JMX Console

I spent some time checking out JBoss AS7 today. I am impressed with what I have seen so far but …

java jboss jmx mbeans jboss7.x
How do I access memory usage programmatically via JMX?

I'm looking for sample Java JMX code to access the values of JMX attributes from another VM. With JConsole, I …

java jmx
List of JMX objects and attributes?

I am trying to implement a nagios plugin, and doing so requires that I know specifically what object and attribute …

java jmx
How to activate JMX on remote Glassfish server for access with jconsole?

I would like to monitor remote glassfish server. I have enabled JMX Connection in domain.xml: <jmx-connector accept-all="true" …

java glassfish jmx jconsole
Not able to Connect a Remote Host to the VisualVM

I am new to Java and I'm facing a problem in connecting a Remote Host to the JVisualVM. I've searched …

monitoring jmx visualvm
How to access JMX interface in docker from outside?

I am trying to remotely monitor a JVM running in docker. The configuration looks like this: machine 1: runs a JVM (…

java docker jmx jmxtrans
How to configure JMX with Spring Boot

I have created a Spring Integration application with Spring Boot. I would like to know how to configure JMX with …

spring-boot spring-integration jmx