Top "Jmx" questions

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

measure CPU usage of the JVM : java code

Is there a way to measure CPU usage of the JVM (once a java application is started) cross platform (windows + …

java performance cross-platform jmx cpu-usage
JMX agent throws java.net.MalformedURLException when host name is set to all numeric value

We are using tomcat 7.0.27 in our application. We are below setting jmx properties on tomcat startup. -Dcom.sun.management.jmxremote …

tomcat centos jmx hostname malformedurlexception
Measuring Java execution time, memory usage and CPU load for a code segment

For a particular segment of Java code, I'd like to measure: Execution time (most likely thread execution time) Memory usage …

java performance monitoring jmx measurement
How do I attach VisualVM to a simple Java process running in a Docker container

Actually I wanted a solution working for JEE containers, specifically for Glassfish, but after I tried many combinations of settings …

java docker jmx
Unable to use JConsole with Tomcat running as windows service

I am running tomcat 6.0.18 as a windows service. In the service applet the jvm is configured default, i.e. it …

java tomcat jmx jconsole
Accessing a remote MBean server

I am running a client/server application using JBoss. How can I connect to the server JVM's MBeanServer? I want …

java jboss jmx mbeans
How to programmatically check JMX MBean operations and attributes?

Suppose we have a MBean that has the following attributes and operations. Attributes: name size Operations: getName() getSize() Is there …

java jmx websphere-7 mbeans
JConsole remote connection to JBoss EAP

I am trying to connect to a remote jboss instance running on a server. I am using the following connection …

java jboss jmx jconsole
Unable to Connect to Tomcat Using VisualVM

I am having problems monitoring a remote Tomcat process. I'm trying to use the Java 6 versions of JConsole/JVisualVM. I …

java tomcat permissions jmx
How to set JMX remote port system environment parameters through java code for remote monitoring?

I have a program which requires dynamically (i.e. at run time) opening an available socket and start a JMX …

java rmi jmx