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...
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...
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)...
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...
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...
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...
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...
3
Solved
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...
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...
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...
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...
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...
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...
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...
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...
5
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.