Tagged Questions
JProfiler is a commercially licensed Java profiling tool developed by ej-technologies GMBH targeted at Java EE and Java SE applications. The latest version is 7.1 (January 2012).
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
965 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
130 views
Integrating jprofiler into eclipse
I can't integrate jprofiler 7 into Eclipse Indigo.
Installation and integration completed successfully. But I can't find jprofiler in the Eclipse IDE or in Eclipse preference.
No problems in starting ...
2
votes
1answer
97 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
225 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
8 views
How to stop “Thread History” (in “Thread Views”) after JVM exits?
The Thread history in Thread Views continues running, even if the JVM exits and is only kept alive by JProfiler (using Keep VM alive). With this behaviour I see a lot of useful data for the time when ...
1
vote
1answer
15 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
33 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
65 views
Can JProfiler tell me how long queries are taking?
Wouldn't it be nice if I could drill down into the JProfiler CPU View, and find a percentage of time running a certain query against the database? Does anyone know if this is possible?
1
vote
1answer
97 views
Based on my requirements, should I use NSIS or jprofiler/install4j
We have a web application that we need to make easier to deploy for our clients.
The current workflow for a fresh install:
Ensure there is a JRE on machine (32 or 64bit)
Install Tomcat (32 or 64bit)
...
1
vote
1answer
60 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
0answers
123 views
Connecting to Java process running as a Windows service: How does JProfiler does it?
How can I connect a trace tool like JvisualVM - not using JMX - to a Java process running as Windows service?
The JVM running as service is strted When i start JvisualVM, it does not 'see' the JVM ...
1
vote
1answer
142 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
273 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
198 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
0answers
210 views
JProfiler Assertion failed
I am trying to launch JProfiler 6 in remote mode and get the following error:
JProfiler> Protocol version 28
JProfiler> Using JVMTI
JProfiler> JVMTI version 1.1 detected.
JProfiler> ...
1
vote
1answer
516 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")
...
1
vote
5answers
284 views
Is there a JProfiler equivalent for .NET?
I am used to profiling Java programs using Jprofiler which can give you a CPU Percentage breakdown for each class and method. Is there a similar tool for .NET?
0
votes
1answer
35 views
JProfiler 7.0.1 reflection causing IllegalAccessException
I'm using a VMware jar in my Tomcat webapp to gather VM information. When launching JProfiler from inside IDEA 10.5 everything runs fine until I call into the VMware jar whereupon I get an ...
0
votes
1answer
25 views
What do I need to do to use com.jprofiler.agent.Controller in my code?
Could guys please tell me what exactly I need to do in order to use com.jprofiler.agent.Controller in my code ?
I have GWT/GAE application which I'm running under debugger of IntelliJ IDEA 11. I have ...
0
votes
1answer
20 views
JProfiler 5.2.4 + IBM WAS 7 64 bit, Java 1.6
I am trying to configure JProfiler and get the following error on launch in the WAS native_stderr.log file. I downloaded 64 bit Jprofiler 5 x version. The wizard configuration was clean. Not sure if ...
0
votes
0answers
23 views
ConnectException while profiling JBoss5.1 with JProfiler7
I am facing one issue while profiling the jboss using JProfiler.I am using JBoss 5.1 and Jprofiler 7. What I’m doing starting from “New Window” is as you have showed here.The problem is when I am ...
0
votes
2answers
57 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
1answer
26 views
JProfiler GUI on 32 bit machine connecting to 64bit server
I am profiling a java process which is running on 64 bit JVM on a linux box, I cant launch a GUI on that linux box.
When i connect from my 32 bit windows box i get error
JProfiler> ERROR: another ...
0
votes
1answer
27 views
Why does the JProfiler package contain the libstdc++ and libexpatlibs libraries?
I see that JProfiler comes with libstdc++ and libexpat in the library folder. Also, the standard location libraries will be loaded first since agent(libjprofilerti) is loaded later.
ldd -v says that ...
0
votes
2answers
115 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
48 views
Does JProfiler have an equivalent -javaagent alternative to the native agent
I was planning to use JProfiler to...err...profile my current project. However, my target architecture is not one that is currently supported.
Does there exist -javaagent alternative to the native ...
0
votes
1answer
471 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
44 views
How to unintegrate jprofile with netbeans
I installed jprofile to investigate a memory leak and also clicked the integrate IDE with netbeans 6.9.1. Runing my Web application worked well when clicking the Profile Project, However, when I want ...
0
votes
1answer
72 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
144 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
571 views
JProfiler on Centos 5.7 `GLIBC_2.7' not found
JProfiler agent seems to require glibc 2.7, but Centos has glibc 2.5. Has anyone successfully compiled the jprofiler agent for glibc 2.5 or did previous version of JProfiler create agents with 2.5?
...
0
votes
2answers
959 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
686 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
830 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
826 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?