Top "Jvisualvm" questions

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

CPU and profiling not supported for remote jvisualvm session

When monitoring a remote app (using jstatd) I can neither profile nor monitor CPU consumption. Heap monitoring (provided I do …

java jmx jvisualvm
How to use VisualVM and JMX?

I have tried every recipe in the book, but things just wont work today... I am trying to use VisualVM …

java rmi jmx visualvm jvisualvm
JVisualVM Memory Sampling : Remote applications are not supported

I am trying to monitor remote tomcat process with JVisualVM in Red Hat Linux. CPU sampling works fine but Memory …

java out-of-memory jvisualvm
What are the differences between JVisualVM and Java Mission Control?

Other than the more 'advanced' GUI from Java mission control, how are they different? At first glance they seem to …

java visualvm jvm-hotspot jvisualvm java-mission-control
Can visualvm connect automatically via JMX to a remote process?

I have a Java process running on a remote machine, and the process sets up some mbeans. I also have …

java jmx visualvm jvisualvm
Java VisualVM Enable Heap Dump on OOME

According to documentation one could automatically take a heap dump when the application encounters an OutOfMemoryException. After OutOfMemoryException process just …

java profiling jvisualvm
Cannot connect to JMX/RMI server with VisualVM for no apparent reason

I have my OSGi application launching with the following command in my remote machine: java -Dcom.sun.management.jmxremote \ -Dcom.…

java rmi jmx visualvm jvisualvm
string search using OQL

I am using VisualVM to analyze a core dump. I suspect some XML objects to be causing the leak but …

visualvm jvisualvm oql
Installing jvisualvm on CentOS

I installed Java on my CentOS machine, but I don't have jvisualvm: [root@ bin]# ls -la /usr/lib/jvm/jre-1.6.0…

centos java openjdk jvisualvm
Why isn't VisualVM showing all the normal tabs?

Usually I see all these tabs in VisualVM for locally running Java programs: However, I have one local program which …

java visualvm jvisualvm