Top "Jmx" questions

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

Remote JMX connection

I'm trying to open a JMX connection to java application running on a remote machine. The application JVM is configured …

java jmx jconsole
How to find the default JMX port number?

I am running a Java application on Java 6 VM on a remote Windows XP, on which I can run jvisualvm.…

java profiling jmx jvisualvm
Has anyone ever got a remote JMX JConsole to work?

It seems that I've never got this to work in the past. Currently, I KNOW it doesn't work. But we …

jmx jconsole
Calling JMX MBean method from a shell script

Are there any libraries that would allow me to call a JMX MBean method from a shell script. We expose …

java sysadmin jmx
What is the best or most commonly used JMX Console / Client

I have a server application that has been instrumented using JMX so that it can be monitored in test and …

jmx
How do you Force Garbage Collection from the Shell?

So I am looking at a heap with jmap on a remote box and I want to force garbage collection …

java garbage-collection jmx jmap
Does Java 6 open a default port for JMX remote connections?

My specific question has to do with JMX as used in JDK 1.6: if I am running a Java process using …

java jmx jconsole jvisualvm
How do you enable JMX in Websphere?

I would like to use JConsole to monitor my Websphere application, but I am not sure how to enable JMX.

java jakarta-ee websphere jmx jconsole
Connecting remote tomcat JMX instance using jConsole

I am trying to connect to a remote tomcat JMX instance using jConsole. But can't connect successfully. Any Idea? I …

java tomcat jmx jconsole