Questions tagged [jmx]

Java Management Extensions (JMX) is a set of tools for managing and monitoring Java applications, system objects, devices, and service oriented networks.

Java Management Extensions (JMX) is a set of tools for managing and monitoring Java applications, system objects, devices, and service oriented networks.

63 questions
6
votes
1 answer

Jetty JMX setup for remote access

I am having some issues getting JMX working on Jetty(9.1.3.v20140225), so I have had a read over the Jetty doco on this. So I have added the following to the jetty.conf # ======================================================== # jetty.conf…
djo
  • 397
  • 2
  • 4
  • 12
6
votes
5 answers

How do I fix a 'Failed to retrieve RMIServer stub' JMX error?

I just completed a migration from Windows server 2008 R2 to Ubuntu 10.04. I manage a java application (Java 6, Tomcat) that is having some performance issues. I'd like to use JMX to try and troubleshoot, but I can't seem to get jvisualvm to…
GregB
  • 1,362
  • 2
  • 13
  • 21
6
votes
2 answers

Best practices for monitoring a JIRA installation?

One of my clients has a confluence / JIRA system set up. They've been having some issues- outbound email gets wedged, etc. If you support a JIRA install, what do you monitor? Do you use JMX? Direct DB queries? Occasional SOAP requests to the…
Tim Howland
  • 4,678
  • 2
  • 26
  • 21
5
votes
1 answer

Does jmxremote affect tomcat performance?

I'd like to enable jmxremote to monitor Apache Tomcat resources utilization with Munin, but I want to know if this will affect the servers performance, is so, how much will it be impacted.
ghm1014
  • 944
  • 1
  • 5
  • 14
4
votes
4 answers

Setting CATALINA_OPTS for tomcat6 on windows doesn’t work

(I've copied this from Stack Overflow here, after someone suggested I post the question here) I'm trying to setup Tomcat6 to work with JMX on Windows Vista 64. To do that I need to pass the parameters below to Tomcat6. What I do in command prompt.…
Ben
  • 181
  • 1
  • 1
  • 8
4
votes
1 answer

Tomcat JMX Monitoring problem with Perm Gen

i've a problem with our jmx monitoring. we monitor the perm gen of some jvms with jmx. but from time to time the name of the mbean changes from "PS Perm Gen" to "Perm Gen" or vice versa. it happens with a restart of the tomcat server, but not with…
Christian
  • 4,645
  • 2
  • 23
  • 27
3
votes
1 answer

How to enable JMX on elastic beanstalk running amazon linux tomcat8

I have to enable the following configuration for tomcat running in elastic beanstalk environment -Dcom.sun.management.jmxremote.port=9000 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false I have absolutely…
PHP Avenger
  • 259
  • 2
  • 8
3
votes
0 answers

How to go about troubleshoot remote ActiveMQ message broker with low dequeue count

I have a network of brokers configured as such: Broker A <=> Broker B Broker B <=> Broker C Broker A <=> Broker C I've noticed that in the "Network" tab under "Network Bridges" it lists a table with this information: Remote Broker Remote…
Paul Calabro
  • 530
  • 5
  • 12
3
votes
0 answers

Accessing ActiveMQ's JMX via SSL

I'm trying to get SSL-enabled JMX access to ActiveMQ (5.8.0 or 5.9.0 running under java 1.6.0) but I'm not having any luck. I've dealt with SSL-enabled JMX access in the past, so I'm quite familiar with setting up keystores, truststores, etc. Our…
Bruce P
  • 2,163
  • 3
  • 16
  • 21
3
votes
2 answers

Remote monitoring of JBoss from Microsoft Operations Manager (MOM)

I'd like to monitor various JMX properties and events from Java web applications running in JBoss Application Server (version 4.0) on Windows. I need to get this information into Microsoft Operations Manager (MOM) in order to raise alerts based on…
Ben Lings
  • 133
  • 5
3
votes
4 answers

JMX connection to Tomcat running on Amazon EC2

My Tomcat 7 process, which I run on a server on Amazon EC2, has settings such as these in CATALINA_OPTS which should allow me to connect for JMX monitoring…
Jonik
  • 2,911
  • 4
  • 37
  • 48
3
votes
1 answer

Tomcat JMX Monitoring - Busy Threads?

I'm trying to monitor Tomcat 6.0 using JMX. Specifically, I want to monitor the number of active threads servicing requests so I can get an alert if it approaches the maximum. While I have JMX monitoring working in general, I can't seem to get the…
organicveggie
  • 1,061
  • 3
  • 14
  • 27
3
votes
1 answer

useful JMX metrics for monitoring WebSphere Application Server (and apps inside it)?

When managing custom Java applications hosted inside WebSphere Application Server, what JMX metrics do you find most useful for monitoring performance, monitoring availability, and troubleshooting problems? And how do you prefer to slice and…
Justin Grant
  • 259
  • 1
  • 4
  • 12
2
votes
7 answers

JMX real-time monitoring application

I'm looking for a (probably) desktop application to monitor applications through JMX in real-time. The application must provide the capability to design a dashboard with charts and gauges with values coming from several JMX queries. I must be able…
tuler
  • 185
  • 1
  • 2
  • 7
2
votes
1 answer

Understanding puppet JMX metrics

Ive been looking into JMX metrics being exported from puppet and am not clear on how to interpret them. This particular one is supposed to be measuring the package compiler but it's not clear (to me) what it's saying. Example data: { "request": { …
ethrbunny
  • 2,327
  • 4
  • 36
  • 72
1
2 3 4 5