jvisualvm is a Java Virtual Machine monitoring, troubleshooting and profiling tool. It is part of Oracle/Sun JDK since JDK 6 update 7 and is based on open-source project VisualVM.

learn more… | top users | synonyms

0
votes
1answer
16 views

where is the temporary directory of eclipse?

I try to fix a problem with jvisualvm not detecting local java applications as explained at Why won't the VisualVM Profiler profile my application? Unfortunately i cannot find where the tmpdir of ...
1
vote
0answers
11 views

JVisualVM and OQL: getting more human readable output?

I'm trying to concvince my team to use JVisualVM as a way of visualizing state for debugging/inspection rather then having me implement a similar capability. The biggest issue I see in arguing this ...
1
vote
0answers
26 views

What does it mean when a thread in a java thread dump has no call stack?

I've been given a thread dump generated by jvisualvm for a native shared library which is implemented using JNI. It's running in an app that is calling into it from multiple threads via Dot.Net's ...
1
vote
0answers
7 views

jvisualvm 1.3.5 unable to get heap dump from my remote linux server

I want to get heap dump of jvm running on my remote linux prod server . The new jvisualvm 1.3.5 has the link to get heap dump but when I try to get heap dump I get the error telling cannot ...
2
votes
1answer
30 views

Get a listing of all currently loaded classes in a given JVM instance

It'd be handy to know which classes are currently loaded by a given JVM instance. Is there some way to get them through JVisualVM, for instance? Edit: I'm aware of the solution given @ Java - Get a ...
0
votes
1answer
30 views

jvisualvm: Stuck on “Loading Heap Dump” screen

I created a heap dump file with hprof using this command: java -agentlib:hprof -cp "..\..\jars\trove.jar;.\bin" com.mysite.MyApp This successfully created the file "java.hprof.txt" which was about ...
0
votes
0answers
22 views

Java: Profile A Short Running Application? [duplicate]

I have a fairly simple, command line app that does some scientific calculations, and I want to optimize it. Depending on the input, the app will return its result in 1 to 10 seconds. I want to see a ...
0
votes
1answer
27 views

How to show profiler tab in Java VisualVM?

I have launched a java application with the following arguments : java -server -Dcom.sun.management.jmxremote.port=6789 -Dcom.sun.management.jmxremote.ssl=false ...
0
votes
1answer
39 views

VisualVM Profiling tab missing for Tomcat server

I am Running Tomcat 6.0.29 Java Visual Machine use default is not checked and the location is: C:\Program Files\Java\jdk1.6.0_20\jre\bin\server\jvm.dll Running VisualVM with C:\Program ...
2
votes
1answer
100 views

jVisualVM catalog not working after updating to Java 7 update 21

I'm on OSX Mountain Lion. If I run /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home/bin/jvisualvm and attempt to goto to the plugins menu, I get the following error: Unable to ...
0
votes
1answer
59 views

Using VisualVM on JBoss application server

I am trying to debug some memory leaks in my applications on JBoss 7. So I downloaded VisualVM, connected to running JBoss instance on localhost (which already took 5 minutes which si strange). BUT, I ...
0
votes
0answers
20 views

Automatically launching a pre-set configuration in VisualVM

I am trying to profile functions in my java application using VisualVM (eclipse plug-in). Right now when I run an application, eclipse opens VisualVM and takes me to the profilers tab where I can ...
4
votes
1answer
60 views

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 is currently only showing me Overview and Monitor (even though it usually shows ...
3
votes
1answer
231 views

Java VisualVM not able to connect to Jboss

Java VisualVM not able to connect Jboss server, when jboss server running with option -b 0.0.0.0. jboss run script - run.sh -c web -b 0.0.0.0 When i try to run jboss with this like - run.sh -c web ...
0
votes
1answer
95 views

in VisualVM/OQL how can I get the total size of all instances of objects from a certain package

I'm using VisualVm to profile a Web Application running in Tomcat. Tomcat keeps crashing with out of memory errors so I'm trying to figure out what in my application is causing it. When I run the ...
0
votes
1answer
41 views

Could someone please tell me how to measure the time taken for heap dumps using either JConsole or VisualVM?

I am trying to analyze the performance impact of trying to take a heap dump for my application that uses close to 3 GB of heap memory. This is to decide and understand if I should enable the ...
3
votes
1answer
115 views

Lag due to threads swapping

I have come across some recent lag spikes in a game I have been developing. It is consistent, happens around the same time. Using the java profiler jvisualvm I have found it occurs at the same time a ...
0
votes
1answer
76 views

VisualVM memory Leaks?

I am trying to detect the memory leaks in my java application using VisualVM. I am using the VisualVM 1.3.5. I followed the steps which should be said in this tutorial ...
0
votes
3answers
66 views

Why InputStream.available() so time consuming?

I have implemented my own class to read pcap files. (Binary files, i.e. tcpdump, wireshark) public class PcapReader implements Iterator<PcapPacket> { private InputStream is; public ...
5
votes
1answer
89 views

Statistics of objects in old generation?

Is there any tool to view object statistics on the different generations of a JVM Heap? I'm looking into a potential memory leak and need some data over the different generations. The use case I have ...
2
votes
2answers
106 views

Build failed when trying to compile build JVisualVM

I've been following the instructions shown on http://visualvm.java.net/build/build.html when attempting to build JVisualVM. I checked out the trunk to my hard-drive, I've downloaded ...
0
votes
1answer
66 views

How can I run jvisualvm without admin rights [closed]

I don't have admin rights in my computer at work and when I try to run jvisualvm, it never start. I tried in the same computer with admin rights and it works! I'm using: Windows 7 (64bits), JDK ...
2
votes
1answer
103 views

Discrepancy between memory usage got through getMemoryMXBean() and jvisualvm?

When trying to monitor my own program's memory usage through the following code public static String heapMemUsage() { long used = ...
0
votes
1answer
24 views

How can I get past this exception involving jvisualvm with oc4j?

Every time I try to start the CPU profiler I get the following exception. I have found reference to this exception in conjunction with Asian languages, but that is not the case here. ...
1
vote
1answer
302 views

maven/visualvm: how can i use visualvm to profile a running surefire process?

I can attach to the surefire process, but trying to profile it shows for sampling: CPU sampling: Not available. Failed to create JMX connection to target application. Use 'Add JMX Connection' action ...
1
vote
1answer
91 views

JVM remote profiling with JVisualVM

I am trying to profile my jvm applications on a remote host. I am using Jvisualvm I setup jstatd as recomended in this http://www.codefactorycr.com/java-visualvm-to-profile-a-remote-server.html. I ...
0
votes
1answer
77 views

VisualVM Reporting

I am performing load test on JMeter for webbased application, and i have to get CPU Utilization, Memory Utilization, number of Threds. For this i am using VisualVM. Is there any way we can get as ...
0
votes
1answer
186 views

Profiling a webapp on JBoss 7 with JVisualVM

I would like to profile my webapp with JVisualVM on JBoss 7. So I launch that tool, and open the JVM running JBoss. I click on "Profiler", "Settings" and in "CPU settings" I put that : "Start ...
6
votes
1answer
191 views

Unable to use JVisualVM profiling for Tomcat7 running as a service on Windows7

I'm trying to profile a Servlet running in Apache Tomcat (7.0.34) as a service on Windows 7 (64 bit) using JVisualVM (JDK 1.7.0 - 06, 64 bit) running locally. Initially I had the problem of Tomcat ...
1
vote
2answers
85 views

Java profiling - detect what causes a spike

I am trying to to detect what causes massive spikes in our Java struts bases web application deployed in Jboss. I have used Yourkit and visualVM to take dumps and have analysed dumps but these spikes ...
4
votes
2answers
158 views

Can I check heap usage of a running JVM from the commandline?

Can I check heap usage of a running JVM from the commandline, I mean the actual usage rather than the max amount allocated with Xmx. I need it to be commandline because I don't have access to a ...
0
votes
1answer
166 views

How to execute eclipse under java VisualVM

I developed couple of plugins specific for my project and I think I have some leackage because my eclipse slow down after long using time, so I want to profile it. I can run eclipse from eclipse (in ...
1
vote
3answers
89 views

JVisualvm:How to take heap dump after the application terminated?

I searched about it but didn't find any way to get heap dump after the application terminated. From eclipse I am triggering a process of creating a new project using eclipse plugin development. At ...
0
votes
1answer
110 views

Naming a JMX connection when using --openjmx

I am using the Java Visual VM command line to open remote JMX connections. I use it like this: jvisualvm.exe --userdir "user-config" --openjmx hostname:port This works perfectly fine. But the ...
2
votes
1answer
121 views

using Jvisualvm to detect memory leaks

My java jar is just one of many that a larger program uses. I am trying to determine if my code is the cause of a memory leak, or if there are other problems outside of my code. I am using ...
1
vote
0answers
148 views

VisualVM connect to local TomEE very slow and can not take a heap dump

I encountered a very strange problem with TomEE 1.5.1 and VisualVM 1.7.0_09 on MAC OSX mountain lion. After TomEE loaded some webapp.Use VisualVM connect local TomEE process take long time, and ...
1
vote
1answer
97 views

JVisualVM is unable to connect to process using the --openpid argument

I have an application that is running as a win-service (using Apache-Procrun). I want to monitor that application with JVisualVM. I've used the commandline argument --openpid <PID> without ...
0
votes
1answer
474 views

Proxy configuration issues with jvisualvm

I have tried the jvisualvm.exe in my JDK (1.6.0_15-b03) to reload the plugin catalog, by following Tools > Plugins > Updates > Reload Catalog However; no matter what proxy configuration I try (I ...
0
votes
0answers
70 views

Specify classpath for JVisualVM

I've tried to search around the web to find if there's a way to specify the classpath during jvisualvm's startup. I've followed the advise on this link and ran as below, but it doesn't really seem to ...
2
votes
0answers
234 views

Duplicates in loaded classes shown by TraceClassloading

To track a permgen space OOM in our Tomcat tomcat-6.0.28 dev environment, we added TraceClassloading, TraceClassUnloading and JMX monitoring. The server has three webapps (devapp1,2,3) with almost ...
2
votes
1answer
299 views

Threads running amuck with AsyncHttpClient and Quartz Job

Here is a simple Quartz scheduler which should run a job once every minute; the job in itself makes an HTTP request using the Sonatype Async Http Client. Using jvisualvm, I was able to detect threads ...
0
votes
1answer
163 views

jvisualvm heap dump bigest objects by retained size

Jvisualvm heap dump on summary tab has functionality to inspect bigest objects by retained size. What does retained really mean? How size of an object tree is calculated and shown here? In case I ...
1
vote
0answers
221 views

Issues with latest JRE (7u7) and latest Tomcat (7.0.30) when using 64 bit versions?

I wanted to install the standalone version of Tomcat on Windows 7 in order to profile a web app with jvisualvm (the service version can only be profiled with jmx and this has some limitations). I used ...
0
votes
0answers
138 views

VisualVm 1.3.4 visualvm.conf configuration options?

I am looking for a list of all the possible VisualVm 1.3.4 configuration options that can be set in the visualvm.conf? Where can I find a list beside the following which I understand: ...
0
votes
0answers
328 views

Visual VM Remote connection

I have a remote centos machine and have enable jstatd as you can see below. netstat -nap | grep jstatd tcp 0 0 :::1099 :::* LISTEN ...
0
votes
1answer
394 views

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-openjdk.x86_64/bin/ total 496 drwxr-xr-x. 2 root root 4096 2012-05-22 17:31 . ...
0
votes
1answer
132 views

Why does jvisualvm crash with the message: “No protocol specified”

Using ubuntu 11.10. When I run jvisualvm from the command line, the output is : "No protocol specified". Then the program exits.
2
votes
1answer
129 views

Stack Trace for the Eclipse plugin

We have installed "IBM SCM Adapter for ClearCase" plugin in our Eclipse environment. We are encountering some errors while "checking out" files from ClearCase on some eclipse instances, and the ...
2
votes
1answer
364 views

string search using OQL

I am using VisualVM to analyze a core dump. I suspect some XML objects to be causing the leak but there are way too many String objects to go through one by one. Can I use OQL to search String that ...
1
vote
3answers
218 views

Java heapdump analysis find source for the instantiated objects

I am analyzing a heap dump using a jvisualvm. From the report I can see the classes, number of instances and the size occipied. What I wanted to know is - the source (which class instantiated) of ...

1 2 3