Tagged Questions

VisualVM is a visual tool integrating several commandline JDK tools and lightweight profiling capabilities. Designed for both production and development time use, it further enhances the capability of monitoring and performance analysis for the Java SE platform.

learn more… | top users | synonyms

22
votes
2answers
11k views

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 to profile Tomcat, Tomcat prints out a couple of messages indicating it is ...
11
votes
3answers
352 views

Java heap size not entirely used

I'm currently monitoring my running java application with Visual VM: http://visualvm.java.net/ I'm stressing the memory usage by with -Xmx128m. When running I see the heap size increasing to 128m ...
10
votes
2answers
6k views

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 me :-( Please can someone give some example? ssh -D 9696 login@ip.of.external.machine and ...
7
votes
3answers
871 views

how to profile application startup with visualvm

As far as i can tell, you can only profile a running application using VisualVM. Does anyone know of a way to profile the launch and startup of a java application using VisualVM? I'm convinced there ...
6
votes
6answers
4k views

Still cannot connect Tomcat 6 remotely via VisualVM

If checked the other questions regarding this issue but so far no soultion. Here is my setup: TC6 runs on a debian vm on my macbook. in /etc/default/tomcat6.0 I have following options set: ...
6
votes
6answers
2k views

Total method time in Java VisualVM

In Java VisualVM, is there any way to display total method time, rather than "self time"? (The latter is not particularly useful, since it doesn't tell you anything about how much time methods ...
6
votes
3answers
932 views

Performance Cost of Profiling a Web-Application in Production

I am attempting to solve performance issues with a large and complex tomcat java web application. The biggest issue at the moment is that, from time to time, the memory usage spikes and the ...
6
votes
4answers
2k views

Drilling down in VisualVM

I just installed Java 1.6_07 so I could try profiling with VisualVM. It tells me that my app is spending 60% of its time in sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run How do I find ...
5
votes
2answers
147 views

Hunting memory leaks, VisualVM: “No GC root found”. What's next?

I have a memory dump which I has made from a dying application. It has consumed all available heap (-Xmx1024m). It uses com.gargoylesoftware.htmlunit.WebClient to crawl web pages. Makes a few http ...
5
votes
3answers
496 views

Profile Entire Java Program Execution in VisualVM

In Java profiling, it seems like all (free) roads nowadays lead to the VisualVM profiler included with JDK6. It looks like a fine program, and everyone touts how you can "attach it to a running ...
5
votes
4answers
1k views

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 approach is to create a Jmeter test plan for all the links and then take a report for the 10 million ...
5
votes
1answer
412 views

How do I give a name to a VisualVM “<Unknown Application>”?

JDK 1.6 comes bundled with a handy tool called VisualVM that lets you inspect and interact with running Java processes. One feature is that it auto-detects running JVMs on the local machine. Most ...
5
votes
2answers
3k views

Problem with VisualVM-when connecting to remote host

I am new to Java Development and using the VisualVm for the first time. I am facing some problem in Connecting a Remote Host from the VisualVm interface. I have JDK 1.6 running in the remote host ...
5
votes
2answers
2k views

Monitor .NET Threads

Is there any way to monitor/log thread interactions in the .NET runtime much like VisualVM does for Java? I don't have a specific need at the moment but I think it would be nice to see how all the ...
4
votes
3answers
320 views

How to use VisualVM to spot the bottleneck/problem

As I posted in Performance drop after 5 days running web application, how to spot the bottleneck? , I have a problem with an application that gets slow after running for a while. I got VisualVM ...
4
votes
1answer
714 views

Is there a way to integrate VisualVM, or any free/open-source profiler, into Eclipse without a commercially licensed plugin?

I see a few commercially available Java profilers that appear to use VisualVM, but I don't see anything under a free/open source license in the Eclipse Marketplace. The best option would be direct ...
4
votes
1answer
173 views

What does “Total loaded” mean in VisualVM?

What does the graph labeled "Total loaded" under "Monitor->Classes" in VisualVM mean? The reason I ask is because under a specific test case, the "Total loaded" graph is growing linearly but the ...
4
votes
1answer
963 views

visualvm vs JProbe vs JProfiler [closed]

There are multiple tools available for CPU and memory profiling, jvisualvm is fairly new among these. Are there any comparison/benchmarking between these tools? Which tool is better than other?
4
votes
2answers
1k views

VisualVM through firewalls - RMI troubleshooting

Sorry for this question which must have been asked many times, but I can't succeed in resolving my problem. I've read a lot of blogs, sites, forums, .... and didn't find any solution in my case. Case ...
4
votes
5answers
2k views

How to analyze offline java heap dump (.hprof)? Share your tricks

Do any tools exist that allow offline analysis (including summary/sorting/sifting) of an .hprof file? (Or can you run visual vm, hat etc in batch mode)? I'm interested in something that can take an ...
3
votes
2answers
38 views

Store VisualVM graphs (results) into database

I am wondering if it is possible to store the results shown by visualVM (memory usage, GC activity, Heap...) in a database so that we could consult them later? If anyone has an idea, or a better ...
3
votes
5answers
258 views

Java Memory Usage / Thread Pool Performance Problem

These things obviously require close inspection and availability of code to thoroughly analyze and give good suggestions. Nevertheless, that is not always possible and I hope it may be possible to ...
3
votes
4answers
871 views

Java VisualVM giving bizarre results for CPU profiling - Has anyone else run into this?

I have written this small (and brutally inefficient) class and wanted to profile it using the Java VisualVM. public class Test { public static void main(String[] args) throws IOException { ...
3
votes
2answers
884 views

OutOfMemory Exception - how does VisualVM help locate the memory leak with heapdump file?

I've been testing my webapp locally on my pc and monitoring it with VisualVM. I recently also started using JMeter, as it was suggested that I should do some load testing since I suspected that I have ...
3
votes
1answer
648 views

Comparing VisualVM and Eclipse TPTP

What is the difference between VisualVM and Eclipse TPTP?
3
votes
1answer
2k views

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 jstatd running on that machine as the same user as the Java process. (The mbeans can be set up ...
3
votes
1answer
1k views

VisualVM breaks jetty

I'm trying to profile application that is run by "mvn jetty:run", when I connect VisualVM to it and click on Profile jetty crashes with: Profiler Agent: Waiting for connection on port 5140 (Protocol ...
3
votes
2answers
1k views

Can I compare hprof/jmap dumps with VisualVM?

VisualVM crashes when I try to profile our application with it, but if I could load the jmap memory dumps I've done from our application into VisualVM, I could probably get the answers I need without ...
3
votes
2answers
499 views

Setting default profile CPU to true in Java VisualVM

I want to use Java VisualVM to also profile the application even when it is starting. By default, it is set as false. Is there any way to change the profiling to be enabled by default? Thanks, ...
2
votes
2answers
58 views

Java Thread monitoring. How to find out non daemon live threads?

I do some work with a multithread program. I see in JConsole that I still have 2 non daemon threads but I can't find out which exactly (total number of thread is beyond 30). Visual VM also seems to ...
2
votes
1answer
63 views

Objects with “no references” in hprof

I'm investigating an hprof file in VisualVM The server is running JDK 1.4.2_30 and has 1 GB heap with NewSize of 200 Mb. The hprof shows 71% of the heap occupied by 56000 instances of int[] and ...
2
votes
0answers
115 views

Why is TeraSort map phase spending significant time in CRC32.update() function?

I am trying to profile which functions consume the most time for a TeraSort Hadoop job. for my test system, I am using a basic 1-node pseudo-distributed setup. This means that the NameNode, DataNode, ...
2
votes
2answers
175 views

visualvm cannot see a java process launched from cygwin

If I start a java process in a cygwin console, and then launch visualVm, the later cannot see the former. If I start the same process in a Dos console visualvm sees it fine. I am in jdk1.6.0_25. This ...
2
votes
0answers
212 views

VisualVM hanging on startup “computing description”

I've got two remote servers, both running recent CentOS, both running recent Tomcat6, recent JDK6, and VisualVM 1.3.2. ssh -X forwarding works on one server - I can start up VisualVM from that ...
2
votes
2answers
297 views

Java Visual VM skewing CPU

i am trying to analyze the CPU usage for a Java UI application running on Windows. I connected it to VisualVM, but it looks like the highest percentage for CPU usage is being used by ...
2
votes
1answer
248 views

VisualVM OQL: how to search for primitive float values rather than actual Float instances?

I am wondering how one can search for all primitive float values that match a certain number. When doing something like: select n from java.lang.Float n where n.value == 1.00 Only the Float class ...
2
votes
1answer
303 views

Does VisualVM CPU profiling work on a Mac?

I'm trying to use VisualVM to profile on a Mac,with a 64 bit VM, but am having no success. It appears to update only at LONG intervals (I thought it wouldn't profile at all, until I walked away from ...
2
votes
1answer
515 views

JMX issue with JBoss 4.2.0 (EAP)?

I am having some issues getting remote JMX working under JBoss 4.2.0, EAP version. I am having some Java OOM errors in my application, and am attempting to set this up specifically to run VisualVM ...
2
votes
3answers
1k views

MBean Simple Graph Monitor

I have some JMX Beans that expose performance information in my application. I would like to have some facility to plot an attribute of an MBean in a graph for monitoring (a la Windows Perf Mon). I ...
2
votes
1answer
2k views

How do I start VisualVM with the JMXWS WS Connector (JSR-262)?

I have an Java application running in JBoss in which I have enabled JMX remote monitoring. This allows me to connect with tools such as jconsole and visualvm to monitor memory usage, cpu utilization, ...
2
votes
1answer
745 views

How to avoid messages like “Profiler Agent Warning: Failed to lookup cached class org/apache/derby…” when profiling with visualvm?

When trying to monitor a Java application using visualvm I can't obtain useful information, because a lot of my classes (but not only mine) can't be instrumented, displaying the following message: ...
2
votes
2answers
712 views

Limiting Profiling in Visual VM

I am trying out the VisualVM program that comes with the new JDKs. I am doing profiling on it and trying to profile CPU on only methods in a particular package. I put the following in the "Profile ...
1
vote
2answers
43 views

VisualVM profiling is polluting results

I am using VisualVM memory profiling to analyse the memory allocation behavior of an application. Unfortunately, it seems the profiling process itself is polluting my results. I continually see 80Mb ...
1
vote
1answer
57 views

Why is usage of javascript within visualvm (jhat?) oql sometimes confusing?

I am interested in knowing why visualvm OQL has a problem with the following statement: select filter(heap.objects("java.util.HashMap"), isTrue(it)); function isTrue(object) { return true; } ...
1
vote
1answer
81 views

How long to run compute retained sizes in visual VM for a 1GB heap?

I have a 1 GB heap dump from a java process that ran out of heap space. I have uploaded the heap into jvisualm that comes with a java6 distribution. I started the "compute retained sizes" process ...
1
vote
1answer
24 views

Is the visualvm graph jumping expected

I really like visualVM and think it's a great tool. However, after running for about an hour the graphs (cpu, mem, and others) start jumping around and requires a restart. I suspect this has something ...
1
vote
2answers
78 views

Netbeans won't let me change a project's Netbeans platform

I've downloaded the VisualVM source and am trying to compile the Glassfish plugin using Netbeans 7.01. Doing so results in the following error: ...
1
vote
1answer
108 views

VisualVM - not a valid core dump

I have .hprof heap dump generated from JVM OutOfMemory (JDK 1.5 version). When I try to add this file in VisualVM, it tells me file is not a valid core dump. However from I'm able to run jhat for ...
1
vote
1answer
484 views

How can I monitor Tomcat with jvisualvm, showing visualgc?

I have double checked the following: I am running jvisualvm on the same box where Tomcat is running. This is Java 6u19. My Tomcat service is running as the same user that I am logged in as. My ...
1
vote
1answer
120 views

JFreeChart heap space

I'm just wondering if there's a way to stop JFreeChart thrashing the heap, or an alternative that doesn't do it so much. SpreadsheetDate, Millisecond and Day are taking up about 70 MB of the heap, but ...

1 2 3