Tagged Questions
32
votes
19answers
17k views
Which Java profiler is better: JProfiler or YourKit?
Which profiler is better for general purpose profiling and heap analysis? 90% of our apps are standalone command line programs with substantial database and numeric processing. The other 10% are ...
7
votes
11answers
3k views
How do I make sure my objects get garbage collected?
One of our programs is sometimes getting an OutOfMemory error on one user's machine, but of course not when I'm testing it. I just ran it with JProfiler (on a 10 day evaluation license because I've ...
5
votes
1answer
102 views
jprofiler or other: how do I roll up recursive method calls?
I have a long operation that I want to profile in JProfiler (or other suggestions), but the method is very recursive, so the tree view in CPU View doesn't help very much. It shows me CPU times like ...
5
votes
2answers
3k views
What is 'JNI Global reference'
I am using jProfiler to find memory leaks in a Java swing application. I have identified instances of a JFrame which keeps growing in count.
This frame is opened, and then closed.
Using jProfiler, ...
4
votes
1answer
970 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?
2
votes
1answer
99 views
How to use JProfiler custom probe telemetry for monitoring Guava cache statistics
At JPL, we use model transformation techniques for our systems engineering work.
We use the Eclipse QVTO implementation of OMG's QVT specification.
...
2
votes
1answer
226 views
Is there a call tree view available for jvisualvm or NetBeans profiler?
JProfiler offers a live call-tree view so you can see what's using CPU in real-time and drill down for the details. Reset the counts to zero at any time, rinse, repeat.
I'm currently without that ...
2
votes
1answer
3k views
How to switch JProfiler launcher in Eclipse integration
The JProfiler plugin of my Eclipse IDE (Eclipse 3.5) is configured to work with JProfiler 6.x which is installed on my machine.
I'd like to configure my Eclipse to work with JProfiler 4.x which is ...
2
votes
1answer
213 views
Where are these byte[]? (In Java using JProfiler)
I'm profiling a Java program that is leaking memory. Using JProfiler I see I get crazy amount of byte[] data. Is there a way to know more information about it? When is it allocated/created, where is ...
1
vote
1answer
17 views
Show line numbers in monitor stack traces in JProfiler
I am using JProfiler to debug some lock contention problems. I can see the problematic blocked lock usages in the monitor history, and can see the filtered stack trace for waiting thread and owning ...
1
vote
1answer
34 views
Can JProfiler measure stack depth?
This is closely related to another question: How can I measure thread stack depth?
Can JProfiler watch threads and measure where the deepest stacks occur? If so, how can I do that? I'd like find ...
1
vote
2answers
73 views
java webapplication profiling with JProfiler (7.0.1) & Execution time review
any one can help me setup a java web-application profiling with the JProfiler(7.0.1).
I have searching on net but i have found only for the application that contain main calss in it.
give me any link ...
1
vote
1answer
61 views
“Hot spot inv.” in JProfiler
Using JProfiler to profile an application running on Oracle IAS, going into JEE & Probes -> JDBC -> Hot Spots, under the 'Unknown' tree an item called 'Hot spot inv. without CPU recording" shows ...
1
vote
1answer
143 views
Profile Java application in virtual machine environment (eg vbox, vpc, vmware etc)
For last two days I am trying to profile a java application on a VM environment (dont confuse this VM with JVM). We have amazon ec2 instances running. Those are infact running vmware images. We use ...
1
vote
2answers
274 views
Hibernate performance and memory leakage issues under profiler
I have profiled my J2EE web application using jprofiler. I found there is huge memory leak by looking at vm telemetry graph and recorded object. Using heap walker i conclude that there is a lot of ...
1
vote
1answer
199 views
Python tool for performance profiling [closed]
Possible Duplicate:
How can you profile a Python script?
What visual tools do you know, something similar to JProfiler for Java, to analyze performance of Python applications?
1
vote
1answer
518 views
Hibernate sending superfluous queries to the database
I have an odd problem where Hibernate is running more queries than I've asked for, and can't see the need for.
Here is my controller:
@Autowired UserService users;
@RequestMapping("/test")
...
0
votes
2answers
60 views
Google App Engine Profiler
Is there any good profiler which support Google App Engine? I need to capture each methods call and their object creation. I have checked JProfiler, but it not supported methods level profiling.
...
0
votes
2answers
48 views
JProfiler shows “unknown” JDBC calls take 40% of the time
I am using JProfiler to view all the JDBC calls in my application that's using Hibernate. It turns out that the top 2 hot spots are "unknown" and "select 1". Any ideas what they are?
0
votes
2answers
118 views
JProfiler UnsatisfiedLinkError when starting
I just downloaded and installed a trial JProfiler version from jprofiler_linux_7_0_1.sh. The strange fact is that there's no prompt for inputting license information in the installing process. But ...
0
votes
1answer
493 views
How to connect JProfiler to an application running on localhost?
I have an application running on my localhost and I want to profile the application to see how can I enhance the performance of the application. I am doing the setup steps as defined but it is not ...
0
votes
1answer
76 views
JProfiler : Finding the Memory leak reference name
I am trying to use JProfiler for one of my Application which is running under tomcat server .
So i wrote a memory leak servlet as shown below .
@SuppressWarnings(value = { "" })
public class Dust ...
0
votes
1answer
146 views
JProfiler startup error of Jetty application can't find libjprofilerti.so
I am trying to perform a remote profile session of Jetty.
I have downloaded, untar'd jprofiler_linux_7_0.tar.gz
I ran jpintegrate and produced the start_jetty_jprofiler.sh
Looked into that and snipped ...
0
votes
2answers
968 views
Simple Jprofiler setup not working
I'm trying to get a simple, localhost session of JProfiler up and running. I've created the session, the host is 127.0.0.1, the port is the default 8849, and I've pointed the startup/shutdown commands ...
0
votes
1answer
688 views
Using JProfiler on Linux
I need to profile jetty server on linux system, for it I've started jetty using next command line JAVA_OPTIONS='-Xrunjprofiler' sh jetty.sh start and received error Could not find agent library on the ...
0
votes
1answer
198 views
JProfiler hangs with “waiting for a JProfiler GUI to connect” message
I am trying to run JProfiler on win64 on Tomcat and Oracle Weblogic. After I run the wizard, it hangs at line
"waiting for a JProfiler GUI to connect"
On the other hand, the GUI is waiting to ...
0
votes
2answers
833 views
Profiling maven web application with JProfiler
I know I can profile my application with JProfiler using ANT target. Is there a way to do the same with maven??
Actually maven allows to run ant targets, using maven-ant plugin, but I'd like to ...
0
votes
1answer
829 views
How much memory does jProfiler need to analyze a heap dump of size X?
I have a heap size of X (= 5 giga bytes). How much should I allocate for jprofiler to efficiently analyze this heap?