jmx Questions
3
Solved
I am trying to secure JMX access on my local tomcat instance hosted on Windows platform. I have created access and password files and plugged those using the following VM arguments:
-Dcom.sun.mana...
3
Is there any way to reconnect disconnected JMX connection in jvisualvm? When monitored JMX enabled application restarts, I have to restart jvisualvm to reconnect it. Am I missing something?
Here a...
1
Solved
I've been looking for a tutorial on how to expose Hystrix's circuit breaker status on JMX. I just found out an API for exposing metrics (e.g counters, gauges, etc) using hystrix-servo-metrics-publi...
1
Solved
I have a simple JMX application that has exposed MBeans based on this tutorial
Is it possible to launch this application with a custom class in the classpath that extends JCONSOLE, so that when a ...
2
Recently I was able to get an object's address using sun.misc.Unsafe class.
And now I am trying to find programmatically an actual generation where my object is located. For this I want to know t...
Electrolier asked 2/6, 2015 at 15:13
3
Solved
I'm using JConsole to access an MBean that is running.
The MBean uses a custom Jaas login module and is run with the following command:
java -classpath UserLGUGroupHandlingApplication.jar;MBeanSe...
Therontheropod asked 19/5, 2015 at 14:33
1
Solved
I am making use of the <jmxConfigurator/> element in logback; The jmxConfigurator states the following:
Thus, unless your application is a standalone Java application, you **MUST** unregiste...
3
Solved
5
Solved
I need to see what memory size, CPU usage and so on for my application, found zabbix as monitoring tool and want to create bridge between zabbix and my app. I do not want to add additional module w...
Parget asked 26/12, 2011 at 15:53
5
I have a Java application with JMX monitoring enabled like this:
-Dcom.sun.management.jmxremote.port=9999 \
// some other properties omitted
But when I try to restart the application, sometime I...
Barrelchested asked 8/5, 2014 at 2:10
5
Solved
I have some JMX Beans that expose performance information in my application. I would like to have some facility to plot an attribute of an MBean in a graph for monitoring (a la Windows Perf Mon). I...
5
Solved
I would like to monitor remote glassfish server. I have enabled JMX Connection in domain.xml:
<jmx-connector accept-all="true" address="0.0.0.0" auth-realm-name="admin-realm" enabled="true" nam...
7
Solved
My specific question has to do with JMX as used in JDK 1.6: if I am running a Java process using JRE 1.6 with
com.sun.management.jmxremote
in the command line, does Java pick a default port for...
2
Solved
On Logback's documentation, they make putting JMX info into the XML file seem easy:
http://logback.qos.ch/manual/jmxConfig.html
But all their examples are using their XML configuration and I want...
3
Why is it so hard to connect to a JMX port (using JConsole), when a process is run using Docker.
Of course I have exposed the JMX port to the host, and even used Sun specific options while runnin...
2
Solved
I have a scenario to run cassandra of two different versions in the same machine but at different ports.
I started one cluster with following cassandra config at port 9161,
# TCP port, for comm...
5
I am having problems monitoring a remote Tomcat process. I'm trying to use the Java 6 versions of JConsole/JVisualVM.
I have jstatd running on the remote server with the appropriate security poli...
Franconian asked 27/6, 2009 at 0:28
1
I am currently trying to configure JMX Susbsystem on JBoss EAP 6.2 to help monitor my web application.
Having setup the console I have been unable to figure out what should go in the Server/Regist...
4
Solved
I have remote JBoss 7.1 server and I would like to connect to this server by using VisualVM or JConsole.
I googled a bit and found several threads/tutorials on how to connect to JBoss 7.1 by using...
2
Solved
JConsole has quiet a buggy view to monitor JMX published counters.
What are the other alternatives ?
I am unable to find any, other than JVisualVM which in effect uses the same view
5
Solved
I am trying to implement a nagios plugin, and doing so requires that I know specifically what object and attribute I want to monitor. The thing is, I haven't been able to find a listing anywhere of...
5
3
Solved
Is it possible to pass credentials for monitored resource to JConsole while starting it via command line. I've got the command like that right now.
${jdk.home}/bin/jconsole.exe
-J-Djava.class.pat...
Nahuatl asked 14/6, 2011 at 12:20
2
Solved
I want to monitor my ESB using Jconsole and JMX. I can connect to JMX server from the localhost but for connecting from remote machine to my esb I can establish the connection.
I use WSO2 ESB 4.6 a...
4
I create a mbean server using MBeanServerFactory.createMBeanServer and register mbeans with it. I can find the mbean server in jconsole but when I connect to it I do not see registered mbeans. Here...
© 2022 - 2024 — McMap. All rights reserved.