Top "Jvisualvm" questions

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

Where is the temporary directory/location of eclipse?

I tried to fix a problem with jvisualvm not detecting local java applications as explained at Why won't the VisualVM …

eclipse jvisualvm temporary-directory
Why a sawtooth shaped graph?

When I run the below mentioned code using NetBeans, the allocated heap size graph resembles a sawtooth shape. I am …

java jvm memory-management heap-memory jvisualvm
Java VisualVM does not show/list my tomcat java process

I am using jdk64 and my java version is 1.6.0_24. I am running both (Tomcat java process and VisualVM) processes as …

java profiling visualvm jvisualvm
jvisualvm in Unix

We started to check the performance of my application as its getting slow after some time. I am using jvisualvm …

java unix jvm jvisualvm
Better options to view JMX beans other than Jconsole

JConsole has quiet a buggy view to monitor JMX published counters. What are the other alternatives ? I am unable to …

java jmx jconsole jvisualvm
How to do load testing using jmeter and visualVM?

I want to do load testing for 10 million users for my site. The site is a Java based web-app. My …

performance jmeter load-testing visualvm jvisualvm
What does "retained size" mean in jVisualVM's memory inspector?

Jvisualvm heap dump on summary tab has functionality to inspect bigest objects by retained size. What does retained really mean? …

java profiling heap jvisualvm
Profiling tomcat application with VisualVM

I am trying to run visualvm under the username tomcat6 because apparently visualvm can only find applications running under its …

java tomcat profiling jvisualvm
jvisualvm connect to remote jstatd not showing applications

I started a jstatd on the remote server (Ubuntu Server 14.04): jstatd -J-Djava.security.policy=.jstatd.all.policy -J-Djava.rmi.server.…

java jvm jvisualvm jstatd
java process does not show up in jvisualvm

I am using JRE1.7.0_25. I ran a Java update forced by a webex session a short while ago. It seems …

java jvisualvm