Tagged Questions

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

learn more… | top users | synonyms (1)

44
votes
17answers
39k views

Best tools to monitor Tomcat [closed]

I'm searching free tools for monitor tomcat (traffic, memory usage, threads, requests, CPU, logs,...). I'm currently using lambdaprobe on Tomcat 5.5.x, but it seems that is no more developed (or not? ...
17
votes
5answers
10k views

Has anyone ever got a remote JMX JConsole to work?

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 ...
15
votes
5answers
1k views

What do you monitor with JMX in your production java application?

This question is not about how JMX works or what JMX does. This question is about applications of JMX in standard application server environment in production. It is not for specific server either. ...
14
votes
5answers
9k views

Calling JMX MBean method from a shell script

Are there any libraries that would allow me to call a JMX MBean method from a shell script. We expose some operations/admin commands through JMX, and we could have our admins use JConsole, or ...
12
votes
3answers
1k views

Have you used Perf4J to collect and analyze performance metrics in Java app?

Did you use Perf4J in your Java application to collect and analyze performance stats? What was the typical pattern (using log files, utilities, UI, JMX, etc.)? Did you use annotations and ...
12
votes
9answers
12k views

Connecting remote tomcat JMX instance using jConsole

I am trying to connect to a remote tomcat JMX instance using jConsole. But can't connect successfully. Any Idea? I included the following option in remote tomcat catalina.sh: JAVA_OPTS="$JAVA_OPTS ...
11
votes
2answers
4k views

JBoss 7 JMX Console

I spent some time checking out JBoss AS7 today. I am impressed with what I have seen so far but I noticed that good ol' JMX-Console no longer exist. Does anyone know why it was left out? I ...
8
votes
2answers
659 views

Can't make Spring JMX NotificationListener work

I have configured a ManagedBean using @ManagedResource annotation using Spring. And also mapped a JMX NotificationListener to this. But I am seeing that the Listener never gets kicked-off/executed. ...
8
votes
2answers
10k views

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 have jstatd running on the remote server with the appropriate security ...
8
votes
4answers
10k views

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 is using jvm.dll of the JRE. I am trying to monitor this application with JConsole but ...
8
votes
9answers
28k views

How do you enable JMX in Websphere?

I would like to use JConsole to monitor my Websphere application, but I am not sure how to enable JMX.
8
votes
3answers
11k views

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 CPU load (specifically attributable to the code segment) I'm a relative ...
7
votes
2answers
1k views

Explain jmx url

I am trying to understand jmx serviecUrl. service:jmx:rmi://192.168.30.10:1234/jndi/rmi://192.168.30.10:2344/jmxrmi It would be great if someone can help me understand this. Thanks
7
votes
5answers
969 views

JMX Defined

I am looking for: What JMX is. Where I can find some good JMX Tutorials. What JMX can provide to me as a Java EE programmer. Anything else I should be aware of.
6
votes
2answers
2k views

How do I programmatically dump JMX data?

I want to be able to log all JMX data accessible via jconsole. Is there a way to do this programmatically? I'm building a form of logging of the system, and I want to create intervaled data viewable ...
6
votes
3answers
717 views

What is the .NET equivalent of JMX?

Is there a .NET equivalent for monitoring and management - similar to JMX?
6
votes
5answers
471 views

What are the characteristics of a well-designed JMX MBean

What are some of the best practices in designing a JMX MBean? Any examples of ones you feel are especially useful?
6
votes
6answers
17k views

Does Java 6 open a default port for JMX remote connections?

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 ...
6
votes
5answers
1k views

What are some optimization techniques for MySQL table with 300+ million records?

I am looking at storing some JMX data from JVMs on many servers for about 90 days. This data would be statistics like heap size and thread count. This will mean that one of the tables will have ...
6
votes
5answers
3k views

Is a good idea to enable jmx (lambda probe) on a production server?

We are experiencing some slowdowns on our web-app deployed on a Tomcat 5.5.17 running on a Sun VM 1.5.0_06-b05 and our hosting company doesn't gives enough data to find the problem. We are ...
5
votes
1answer
249 views

JConsole command line credentials

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 ...
5
votes
1answer
1k views

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 JMX client to config a java program on localhost. Don't recommend using JConsole! JConsole is not ...
5
votes
1answer
415 views

How do I give a name to a VisualVM “<Unknown Application>”?

JDK 1.6 comes bundled with a handy tool called VisualVM that lets you inspect and interact with running Java processes. One feature is that it auto-detects running JVMs on the local machine. Most ...
5
votes
2answers
484 views

With recent Sun JVMs (1.6), is it possible to get GC thread information?

With JRockit, you can get the full list of threads by any means, and all of these means include information about the Garbage Collection Thread(s): 1) Asking the Thread class for the information: ...
5
votes
2answers
1k views

Weblogic health monitoring feature

Inside the weblogic console, when you click on a deployment, there is a tab named 'Monitoring' and a subtab named 'Health'. How can i expose my application health to this tab? Is there a developer's ...
5
votes
3answers
1k views

Is there any JMX - REST bridge available?

Hi I would like to monitor a Java application using the browser but at the same time utilise the existing JMX infrastructe. I know that JMX provides a HTTP interface but I think it provides a ...
5
votes
4answers
5k views

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 to use the MemoryMX MBean to track the memory consumption. I can connect to the JBoss ...
5
votes
2answers
2k views

Remote JMX invocation failed with ClassNotFoundException: … (no security manager: RMI class loader disabled

I try to invoke the method of MBean from web application from Tomcat. Target MBean is running under JBoss 4.2.3. Both Tomcat and JBoss applications use the same version of jar with the same class, but ...
5
votes
4answers
6k views

Remote JMX connection

I'm trying to open a JMX connection to java application running on a remote machine. The application JVM is configured with the following options: com.sun.management.jmxremote ...
5
votes
5answers
3k views

Java app performance counters viewed in Perfmon

I have a Java app running on Tomcat, and I would like to monitor counters using Windows Performance Monitor. Is this possible using a JMX adapter for the Java MBeans or by some other means?
4
votes
2answers
157 views

JMX: How to prevent Classloader memory leaks in a servlet container?

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 to ...
4
votes
1answer
433 views

Tomcat 6, JMX and the dynamic port problem

after reading and trying a lot around, I have to ask if anyone has a solution for my problem. I am trying to set up some Tomcats (V6) behind a firewall. This is no big deal - but I want to monitor ...
4
votes
1answer
213 views

Logback Groovy Config to use JMX?

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 to ...
4
votes
3answers
434 views

difference between JMX and RMI

What is purpose JMX is used for? I have been scanning through some of the tutorials on JMX, all they do is register some Mbeans and invoke those Mbeans from jconsole. If that is the purpose it is used ...
4
votes
2answers
1k views

VisualVM through firewalls - RMI troubleshooting

Sorry for this question which must have been asked many times, but I can't succeed in resolving my problem. I've read a lot of blogs, sites, forums, .... and didn't find any solution in my case. Case ...
4
votes
2answers
293 views

Web enabling Java console application's JMX beans

I have built a Java console-based application and exposed key methods via Spring/JMX declarations. Using JConsole, I can invoke these methods but more ideally, I would like to build a management-style ...
4
votes
1answer
544 views

jmx mbean thread safety

if i have a class, that is also a mbean, and i use functions of the class in my code, in only one thread, and also call a function by jmx, should i synchronize that code? thanks
4
votes
2answers
981 views

Monitoring a Java web application - is JMX the right choice?

We have a Java web application and we'd like to set up some basic monitoring with a view to expanding this monitoring in future. Our plan is as follows: (1) Collect generic information (e.g. memory ...
4
votes
3answers
2k views

What is the best or most commonly used JMX Console / Client

I have a server application that has been instrumented using JMX so that it can be monitored in test and production environments. I wish to show the current value of some JMX exposed attributes as ...
4
votes
2answers
749 views

How to hide datasource passwords in in Tomcat JMX Beans

Tomcat exposes a good wealth of information about its internals via JMX. You can see data source, connector usage, thread pools, you name it. However, it also exposes the password of the JDBC ...
4
votes
2answers
1k views

Query for system (not JVM) uptime in Java

Is there a OS-neutral method of querying for system (not JVM - I am aware of RuntimeMXBean.getUptime()) uptime in JavaSE 6 ? Thanks
4
votes
1answer
798 views

Is it necessary to unregister an MBean from the Platform MBean Server?

I've begun playing with MBeans for exposing some information about an app. Pretty much the totality of HOWTOs / Tutorials / Blog posts / Samples online teach you how to implement an MBean and register ...
4
votes
5answers
2k views

Analyze Tomcat Heap in detail on a production System

Having analyzed a light-load web application running in tomcat, using JMX Console, it turns out the "PS Old Gen" is growing slowly but constant. It starts with 200MB and grows around 80MB/Hour. CPU ...
4
votes
2answers
2k views

How to have JMX bind to a specific interface?

I am currently starting my Java VM with the com.sun.management.jmxremote.* properties so that I can connect to it via JConsole for management and monitoring. Unfortunately, it listens on all ...
4
votes
5answers
3k views

Can we use JMX for Alerts/Notification

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 ...
3
votes
2answers
50 views

Name for @ManagedOperation in Spring JMX

I used org.springframework.jmx.export.annotation.@ManagedOperation for expose a method as MBEan. I want operation name different with method name,but managed operation don't have any attribute for it ...
3
votes
2answers
62 views

Howto Monitor several web applications (with JMX) on a Tomcat server?

Is there a way to monitor CPU and Memory consumption of an individual web application on a Tomcat server? I have Tomcat opening all the web applications under its JVM, so I only see one JVM and ...
3
votes
2answers
205 views

lightweight, polyglot alternative to JMX?

I have a soft real-time application project that needs extensive monitoring. JMX would seem well suited for that task, except that this application project is c++-based. Are there any lightweight ...
3
votes
1answer
127 views

Dynamic setting of Log4j level across multiple JVMs

I am working in an application has a number of plain vanilla Java components, each of which runs in a separate JVM. All these components use Log4j and there is no option to change to another logging ...
3
votes
1answer
271 views

Custom MBean in Tomcat - cannot find javaURLContextFactory when creating InitialContext

I've written a custom MBean that deploys in Tomcat 6. One of its tasks is to query a database value. I'm doing this by loading up the database resource using JNDI - the resource is defined in Tomcat's ...

1 2 3 4 5 10