jmx Questions

5

We are using tomcat 7.0.27 in our application. We are below setting jmx properties on tomcat startup. -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8666 -Dcom.sun.management.j...
Sassaby asked 20/11, 2013 at 10:50

4

Solved

while installing apache ignite on google cloud instance, I got this error. I googled this error, hoping someone would have faced this error already. but none has faced this issue. help me solving i...
Polestar asked 22/11, 2017 at 13:26

6

Solved

Here are the specs that I'm trying to implement in a nutshell: 1) Some Alerts have to be sent on certain events in the application. 2) These Alerts have Users subscribe to them. 3) And the Users...
Elide asked 19/11, 2008 at 22:25

1

I need to access JMX of a running process via TCP. I can't install third party utilities on the machine such as Jolokia to make JMX accessible via HTTP. Is there a library that will let Golang spea...
Daemon asked 27/2, 2017 at 10:55

1

I am trying to access an application running inside a docker container with JMX. This is similar to this question and that solution works when the ports inside the docker image are mapped to the ...
Gyrate asked 9/2, 2016 at 22:57

1

Solved

Since codahale-metrics have been moved under io.. An implementation in our code was making use of the class: import com.codahale.metrics.JmxReporter with the dependency version <metrics.core...
Revisionist asked 6/2, 2019 at 5:21

4

Solved

I am wondering if or how I should deal with MBeans which are registered directly or indirectly from my application which gets deployed on a servlet container. In most cases there are two options t...
Reimer asked 20/6, 2011 at 18:40

20

It seems that I've never got this to work in the past. Currently, I KNOW it doesn't work. But we start up our Java process: -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=6002...
Claude asked 29/9, 2008 at 23:54

4

Solved

I'm trying to connect jconsole to a jvm invoked by: java \ -Djava.util.logging.config.file=./logging.properties \ -Dcom.sun.management.jmxremote.ssl=false \ -Dcom.sun.management.jmxremote.authenti...
Worm asked 4/1, 2012 at 22:24

1

I'm working on a Weblogic health monitoring code base, which is based on JMX. I am trying to get the list of all deployment test points (the http addresses, as shown in the following snapshot), and...
Microscopy asked 17/9, 2018 at 22:59

5

Solved

I'm working on a Spark Streaming program which retrieves a Kafka stream, does very basic transformation on the stream and then inserts the data to a DB (voltdb if it's relevant). I'm trying to meas...
Peripteral asked 29/9, 2015 at 12:17

0

I am building an Alert Monitoring tool for Kafka. I do understand that there can be metrics for which the thresholds depends on application data. But I am only interested in knowing those metrics...
Judicatory asked 24/9, 2018 at 12:3

0

EDIT : I come to know that I should enable JMX in my Consumer and Producer processes and get mBean info from respective processes. How will i do this for a Java process publishing message to Kafka ...
Beore asked 19/9, 2018 at 2:34

4

Solved

I have a datasource, how to check if its ok? maybe somehow using jmx-console?
Sneaking asked 6/3, 2011 at 17:55

1

Solved

I'd like to use Prometheus' JMX exporter to collect custom application metrics using Prometheus. I have an application that I've packaged into a jar file ApplicationToMonitor.jar-- it exposes port ...
Tourane asked 26/6, 2018 at 8:55

3

I enabled JMX on the kafka brokers on port 8081. When I view the MBean properties in jConsole, I only see the following for kafka.consumer- kafka.consumer:type=FetchRequestAndResponseMetrics,name...
Strapped asked 13/6, 2016 at 21:38

1

I am using the ActiveMQ extension of AppDynamics. It is good to start. With JMXRemote(enabled in artemis.profile) it is OK. But, I want it from localhost. JMX is enabled by default for localhost fo...
Befog asked 7/5, 2018 at 15:59

3

Solved

I added a jmxremote configuraiton in the catalina.bat: set JAVA_OPTS=-Dcom.sun.management.jmxremote.port=9004 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=f...
Offoffbroadway asked 20/11, 2011 at 5:20

5

Solved

I am running a client/server application using JBoss. How can I connect to the server JVM's MBeanServer? I want to use the MemoryMX MBean to track the memory consumption. I can connect to the JBo...
Haden asked 13/8, 2009 at 5:30

0

Is it possible to create a JMX client that doesn't run on the JVM? From my understanding JMX is a protocol on top of other protocols (like RMI) so it should be possible to create a C or Go client. ...
Karissakarita asked 10/3, 2018 at 10:29

4

we're evaluating switching over from the C3P0 connection pool to the Tomcat JDBC Connection Pool (as described here). It appears to work as a connection pool but I can't seem to see any JMX entrie...
Pinna asked 5/10, 2010 at 15:57

1

I have developed a webcrawler that uses Apache-JMeter. I have created a recording controller to record request/response as jmx tree. To record jmx I have two options either I integrate JMeter api...
Mercurous asked 19/1, 2018 at 5:26

2

Solved

I want to create some tool which will be able to manage messages inside queue. So I would like to be able to get all the messages from the queue(something like export) and don't remove it from ther...
Mieshamiett asked 27/11, 2013 at 14:41

2

Solved

When I have running Docker container directly at my host, it is possible to connect to it without any problems. My host has network 192.168.1.0/24 and IP address of the host is 192.168.1.20. My Do...
Jerome asked 17/2, 2016 at 19:55

2

Solved

I've noticed that some MBeans have nested keys; how do I make the query to get that key? The image below shows an example: Normally, the MBean query is like this: "org.apache.cassandra.metric...
Oly asked 12/11, 2015 at 1:2

© 2022 - 2024 — McMap. All rights reserved.