Top "Jmx" questions

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

Unable to remotely connect to JMX?

For some weird reason I am not able to connect using VisualVM or jconsole to a JMX. The parameters used …

java jmx
How to find the JMX port in a server?

I am sure I can figure it out if I can see the JAVA OPTS parameters. I want to monitor …

java jboss jmx
Explain JMX URL

I am trying to understand a JMX service URL. service:jmx:rmi://192.168.30.10:1234/jndi/rmi://192.168.30.10:2344/jmxrmi It would be great, if …

java jmx
How to connect to a java program on localhost jvm using JMX?

I should connect to a java program on localhost jvm using JMX. In other words I want to develop a …

java localhost rmi jmx jconsole
How to access Spring-boot JMX remotely

I know that spring automatically expose JMX beans. I was able to access it locally using VisualVM. However on prod …

spring spring-boot jmx
JConsole over ssh local port forwarding

I'd like to be able to remotely connect to a Java service that has JMX exposed, however it is blocked …

java ssh jmx
How to enable remote JMX on Kafka brokers (for JmxTool)?

I enabled JMX on Kafka brokers by adding KAFKA_JMX_OPTS="-Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.…

apache-kafka jmx
Debugging JConsole Connection Failed

I have a web application deployed to a remote resin server, and it has JMX turned on. I can telnet …

java jmx connect jconsole
How to get percentage of CPU usage of OS from java

I want to calculate percentage of CPU usage of OS from java code. There are several ways to find it …

java jmx
jmeter pass command line variables into a jmx

I'm trying to automate some perf testing. I'd to pass server locations into a generic jmx from a Jenkins job. …

variables jmeter jmx