Tagged Questions

33
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 ...
9
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
106 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
1k 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?
3
votes
1answer
41 views

Performance Testing vs Profiling

Am working with lots of mid-complexity Java/Jsp applications and wondering what would be an added advantage of doing performance testing using say Jmeter over profiling using Jprofiler/Netbeans ...
2
votes
3answers
44 views

Is there any Relation between Iterator.hasNext and for-each loop

I was using JProfiler for profiling of my application, as it is a huge application so I am very aware of its performance and efficiency. It was taking too long so I replace all Iterator.hasNext with ...
2
votes
1answer
122 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
235 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
222 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
2answers
26 views

Finding memory leak By JProfiler

My question is different with this I've done profiling of my application it is too slow. After completion of one process I have seen some live objects in the heap walker. Though we are caching some ...
1
vote
1answer
52 views

jProfiler can't find JVM

I've started jprofiler on my production server and after some profiling I've killed it (kill -9 ). Now I'm trying to start it again and receive only "No unprofiled JVMs found." message, but jps ...
1
vote
1answer
22 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
36 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
91 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
71 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
152 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
289 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
211 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
549 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
67 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
58 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
165 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
765 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
95 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
211 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
1k 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
764 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
212 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
878 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
873 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?