Top "Jvisualvm" questions

jvisualvm is a Java Virtual Machine monitoring, troubleshooting and profiling tool.

How to find the default JMX port number?

I am running a Java application on Java 6 VM on a remote Windows XP, on which I can run jvisualvm.…

java profiling jmx jvisualvm
How to check heap usage of a running JVM from the command line?

Can I check heap usage of a running JVM from the commandline, I mean the actual usage rather than the …

java memory-management garbage-collection jetty jvisualvm
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 …

java jmx jconsole jvisualvm
How to find memory leaks using visualvm

I suspect we have a major memory leak in our ActiveMQ connection bridge - we're seeing typical memory leak patterns (…

java memory-leaks profiling jvisualvm
VisualVM - Thread States

Can someone please explain me the difference between Sleeping, Wait, Park, and Monitor thread states in VisualVM. This is what …

java jvm visualvm jvisualvm
Get heap dump from a remote application in Java using JVisualVM

I run JVisualVM (Windows XP, Sun Java 1.6.0.13, 32 bit client VM) to monitor a distant application (Linux, Sun Java 1.6.0.07, 64 bit server …

java monitoring heap jvisualvm
jvisualvm doesn't list certain Java processes

I want to get a heap dump (suspected memory leak) of a certain Java process. However, when I start the …

process java jvisualvm
Using VisualVM with IntelliJ

I'm trying to use VisualVM with IntelliJ to profile a Java application. I have the VisualVM Launcher plugin installed inside …

java intellij-idea visualvm jvisualvm
Difference between sampling and profiling in jVisualVM

VisualVM has two separate tabs for sampling and profiling. What is the difference between sampling and profiling in VisualVM?

java jvm heap jvisualvm
JMX connection fails with "handshake failed...expected JDWP-Handshake"

I'm trying to connect VisualVM to a remote JMX. IntelliJ can connect without hassle, but VisualVM fails with the following …

java jmx remote-debugging jvisualvm