visualvm Questions

1

Solved

I recently installed the "VisualVM Launcher" into my Eclipse IDE. After using that launcher to help profile some problems in my application, I tried to switch all of my configurations back to using...
Hagiology asked 16/8, 2013 at 14:54

2

I am runing tomcat in a docker container on a remote machine. Now I want to use VisualVM to connect. My docker start command: docker run -d --name tomcat -p 26000:8080 -p 9090:9090 -p 9091:9091 -v...
Duncandunce asked 13/3, 2015 at 10:41

0

I'm trying to use VisualVM to profile my program, but it always crashes with generally the same error message: Waiting... Profiler Agent: Waiting for connection on port 5140 (Protocol version: 15)...
Sherly asked 4/11, 2015 at 14:55

7

Solved

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 actu...
Intuitionism asked 12/12, 2009 at 2:22

0

I've got a vagrant VM which is running tomcat and I wanted to connect VisualVM to monitor the performance of the VM during some tests. I followed this guide to setup this configuration which recom...
Frontogenesis asked 7/8, 2015 at 19:54

1

How do I find an anonymous inner class if I have only been given the name of the class Class$N when using Eclipse, without going through the code and counting each anonymous class? Is there a 'jump...
Waterfall asked 27/4, 2015 at 8:16

3

I would like to profile my Spring Web Application that is running on Tomcat and Eclipse. I added VisualVM to the Eclipse and followed below steps to run the application for profiling. Right click ...
Messily asked 26/6, 2015 at 4:20

2

when I use jVisualVM, I see two local processes: VisualVM itself and the process I am interested in let's call it ProcessX. When I doubleClick the VisualVM process, everything works fine. When I do...
Materialism asked 9/3, 2014 at 22:30

3

VisualVM is a nice but a little complicated tool for me. I wrote a class with many functions (in Eclipse). How can I get the information of how many time each function calls and the time the...
Shatzer asked 8/5, 2013 at 12:53

3

Solved

I have tried every recipe in the book, but things just wont work today... I am trying to use VisualVM to profile my Java app running in a remote server, so I googled and googled and googled for wa...
Guardi asked 7/5, 2015 at 14:34

2

I am using -Xmx512m, after out of memory error, I got a heap dump. On loading this heap dump to JAVA VisualVM heap size shown is more than 1 GB. Not able to understand how heap size has grown to 1...
Trifurcate asked 24/4, 2014 at 10:51

2

I'm running VisualVM to profile a simple Java application. When I double-click on a method in the profiling pane (hoping to get more details on it), then it says "No source found for class ....". I...
Scales asked 7/7, 2014 at 19:22

5

Solved

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...
Tamarra asked 14/12, 2009 at 16:32

1

Solved

I have apache tomcat 7 running on local and a web application deployed as .war file to this server. I am trying to use visualvm to profile the application but so far I am only able to profile tomca...
Aubert asked 11/3, 2015 at 12:13

2

Solved

Is it possible in visual vm to set memory, process/gc activity etc. graphs to shift in time without lowering x scale? When application starts that graphs look nice, but after some time they toughly...
Tormentor asked 28/1, 2012 at 12:49

4

Solved

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 th...
Chivalrous asked 14/12, 2010 at 0:37

1

Solved

Please help me. I analyse my heap dump in VisualVM. How can I get amount of all Strings with value == "0"? I have the following query: select count(s) from java.lang.String s where s.toString().e...
Cellular asked 5/1, 2015 at 8:39

10

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: CATALIN...
Celibate asked 19/2, 2010 at 10:0

1

Solved

I start tomcat using startup.bat and do nothing more with it. It is a plain vanilla installation (Version 7.0.47), as far as I know. When connecting with a JMX tool, like VisualVM I see the usage o...
Iso asked 20/11, 2014 at 8:27

2

Other than the more 'advanced' GUI from Java mission control, how are they different? At first glance they seem to offer very similar functionality (Interpreting JMX data and Memory/CPU profiling)...
Spongioblast asked 10/5, 2014 at 12:13

4

Solved

I have remote JBoss 7.1 server and I would like to connect to this server by using VisualVM or JConsole. I googled a bit and found several threads/tutorials on how to connect to JBoss 7.1 by using...
Hhd asked 2/10, 2013 at 11:9

2

Solved

I am monitoring my Java application (written in JDK 1.7) using VisualVM. Following is the graph that shows heap memory usage for the duration that this application ran. Looking at this graph one...
Ridgeway asked 9/10, 2014 at 16:11

1

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 af...
Middleaged asked 3/12, 2012 at 7:4

5

I want to profile a Java application with VisualVM, remotely via JMX. Because it's a NAT'ted and firewalled EC2 instance, I can't use the default RMI approach and need to use the optional JMXMP ext...
Atmo asked 10/7, 2012 at 11:40

2

I'm having some serious problems regarding my Play! Applications performance. I already tried to change the server and the data base, but the slowness persists. Using Firebug to measure my http req...
Croze asked 25/7, 2012 at 3:35

© 2022 - 2024 — McMap. All rights reserved.