Top "Visualvm" questions

VisualVM is a visual tool integrating several commandline JDK tools and lightweight profiling capabilities.

Profile Tomcat Application With VisualVM

I would like to profile an application that runs on Tomcat with the VisualVM tool. Unfortunately, when I tell VisualVM …

tomcat6 visualvm
Tool or tricks to analyze offline Java heap dumps (.hprof)

Are there any tools that allow offline analysis (including summary/sorting/sifting) of an .hprof file? Or can you run …

java visualvm heap-dump
How do I provide JVM arguments to VisualVM?

I'm using VisualVM from JDK 1.6.0_26 to profile a Java webapp running under Tomcat, but VisualVM often tells me that it …

java windows jvm visualvm
VisualVM over ssh

I've read Visual VM remotely over ssh but I think I've not fully understood because it was not working for …

ssh visualvm
Why won't the VisualVM Profiler profile my application?

I've created a simple 1 file java application that iterates through a loop, calls some functions, allocates some memory, adds some …

java debugging profiling visualvm
How to memory profile in Java?

I'm still learning the ropes of Java so sorry if there's a obvious answer to this. I have a program …

java profiling visualvm
Not able to Connect a Remote Host to the VisualVM

I am new to Java and I'm facing a problem in connecting a Remote Host to the JVisualVM. I've searched …

monitoring jmx visualvm
VisualVM "not supported for this JVM" on all local applications?

I have already spent a long time to load and test my application, now I need to profile it. But …

java profiler visualvm
VisualVM unable to sampler memory

I have a tomcat instance with the JMXRemote parameter configured. The local VisualVM is able to get a sampler on …

java profiling visualvm
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