YourKit is a CPU and memory profiling tool for Java and .NET
0
votes
2answers
25 views
Which factors affect the speed of cpu tracing?
When I use YJP to do cpu-tracing profile on our own product, it is really slow.
The product runs in a 16 core machine with 8GB heap, and I use grinder to run a small load test (e.g. 10 grinder ...
2
votes
1answer
37 views
Profiling a Mule ESB application
The documentation that Mulesoft provides to help install the YourKit and use it to profile a Mule application is not very helpful.
I went as far to install YourKit and integrate it into MuleStudio. ...
5
votes
3answers
70 views
How can I debug a non-responsive server, when the profiler can't collect samples?
I have been having occasional problems with a server I wrote. It's in Clojure, but I don't think that matters, and we can pretend it's in Java. Anyway, it works fine for hours at a time, but goes into ...
0
votes
1answer
15 views
yourkit not giving string objects during memory profiling
on trying to monitor object sizes, string objects are not shown in the profiled results.
Can anyone tell me wat is the procedure to make them shown in results....
public class calling extends called ...
1
vote
0answers
69 views
Can't find reason for progressive slow down in API response time despite extensive profiling, any ideas?
Our application exposes a JSON-RPC API, using Jetty and Google Gson to parse/generate the JSON code.
A remote system opens several thousand persistent HTTP connections to our application, and starts ...
1
vote
1answer
72 views
Java profiling - Tomcat server terminates
I am trying to profile my spring/hibernate based application using yourkit jprofiler. Whenever I run application for profiling (along with yourkit), tomcat server terminates after I submit the form. ...
0
votes
1answer
151 views
What I am missing when setting up YourKit Java profiler on Ubuntu 12.04 with IDEA Intellij?
This error I get when setting up YourKit Java Profiler
Error occurred during initialization of VM
Could not find agent library ...
0
votes
0answers
185 views
Opening Hadoop HPROF .profile files with YourKit
YourKit alleges to be able to open binary HPROF dumps, but it insists that binary dumps made from Hadoop jobs are not valid snapshots.
The dumps are made by specifying the mapred.task.profile.params ...
0
votes
1answer
152 views
Yourkit profiler eclipse debug mode launch
I know that yourkit can easily be integrated into Eclipse and you can start the program "Profile As" and it automatically connects to the Yourkit API and stats analyzing. This always runs the program ...
0
votes
0answers
60 views
Your kit profiler - Memory Profiling
I am doing memory profiling using Your kit Profiler for an application with WAS as app server. I have installed your kit console in the server (Linux Machine) and trying to communicate from my ...
4
votes
3answers
122 views
Can I dump the current thread stack variables from a live JVM?
I need to peek into the stack of 2 deadlocked threads to analyze the situation. The JVM is live right now and the data is there, but I need some kind of tool to extract it from the process. I only ...
2
votes
1answer
232 views
Why does park/unpark have 60% CPU usage?
Recently we started stress testing our application (an XMPP based chat server) using YJP 11.0.9. During our test we noticed following strange behavior.
Sampling shows sun.misc.Unsafe.unpark(Object) ...
1
vote
3answers
82 views
Breakpoint on array construction
Is there anyway to set a breakpoint in eclipse or another debugger such that the execution stops on the construction of an array? I am particularly interested in the construction of a primitive array ...
2
votes
3answers
140 views
Profiling a Java EE applications - What to look for and what changes to make?
I am a bit new to profiling applications for improving performance. I have selected YourKit as my profiler. There is no doubt that YourKit provides very interesting statistics. Where I am getting ...
0
votes
1answer
56 views
java number of objects created by a class aside from using a profiler like an eclipse plugin
I was wondering if there is a good eclipse plugin to see how many objects are created or each class. Yourkit profiler does a good job at this but having something right in eclipse is handy.
0
votes
0answers
107 views
Java Memory Leak: WDialogPeer is the only strong reference - why wont it GC?
I'm doing some profiling on a legacy Java product and hunting down memory leaks using YourKit. I'm plugging quite a lot - but I keep coming across an issue that I just cannot solve.
I have quite a ...
2
votes
2answers
1k views
heapdump size vs hprof size
I recently made a heapdump in a hprof format when my jboss server was running with a xms of 4096m and xmx of 4096m and a permsize of 512m.
The hprof file generated is over 5gb. When I load the ...
0
votes
0answers
135 views
Difference in CPU usage for YourkitProfiler and vmstat in CentOS
Please help me!
I have: Yourkit Profiler - 11.0.3, CentOS 5.8.final, jboss-as-7.0.2.final
I profiled my J2EE web application deployed in jboss-as-7.0.2-final with agentlib from Java Yourkit Profile ...
1
vote
1answer
130 views
JVM option to output finalized objects
Is there a JVM option (-XX or otherwise) to log objects that are queued to be finalized? I'm debugging an application that has excessive finalizers which results in a huge amount of ...
0
votes
2answers
146 views
I'm running an algorithm entirely from memory (no IO), yet my CPU use is below 25%. What may be the possible bottlenecks?
I've been running a single-threaded brute force version of the famous Traveling Salesman Problem, and YourKit is pinpointing me the fact that the CPU is being used at 25%, at most.
What's the reason ...
0
votes
0answers
82 views
YourKit is showing me that although my code makes use of 8 fixed threads, the JVM seems to be switching which 8 threads are actually being used. Why?
I'm running YourKit over a simple program I've wrote that tries to solve the Traveling Salesman Problem by brute force, running several threads at once (in the current case, 8).
As the below picture ...
0
votes
1answer
234 views
VisualVM and YourKit report different retained sizes for the same object
I'm using JVisualVM and YourKit to analyze a heap memory dump (created using jmap) and noticed that for the same object they report two very different retained sizes! Does anybody know what the cause ...
2
votes
2answers
288 views
tools similar to yourkit?
I've been using yourkit, it's a great tool. I normally use the CPU consumption level curve, and thread drill-down against time.
but recently I am suspecting that yourkit is causing the random ...
0
votes
2answers
493 views
YourKit Profile On Remote Grails App
I am trying to track down a memory leak that I am having with a Grails application and am using the Yourkit Profiler, but am running into a problem.
I have the Grails application running in Tomcat6 ...
1
vote
5answers
1k views
Profiled app with YourKit, still can't identify the CPU hog
I've got a Java application that is consuming 100% of the CPU most of the time (as indicated by cacti and top monitoring). We fired up YourKit (which confirms the CPU resource issue) and it identifies ...
0
votes
2answers
194 views
Why does Yourkit 8.X is recommended to profile only java 5 applications?
When upgrading yourkit profiler I've noticed the following message at their web site:
YourKit Java Profiler 8.0.30
Use version 8.0 to profile Java 5
applications only. To profile Java 6
...
0
votes
2answers
130 views
Difficulty locating the objects in application mentioned in Java Profiler
I am using YourKit Java profiler for my web application which is hosted on Weblogic. I am investigating a memory leak currently. The profiler shows some quarter million char[] objects that are ...
1
vote
2answers
519 views
Java Profiling Tool for CPU consumption
I have used JProfiler, JProbe, AppSight, YourKit for the finding out what code is consuming CPU.
But YourKit looks better than others.
Is there anything better ?
0
votes
1answer
389 views
YourKit in Production
I have recently downloaded a trial version of YourKit and after playing with it for a while it looks great, but I am concerned about running it in the production environment. Previous profilers I have ...
2
votes
3answers
550 views
How to measure I/O time for a java application running on ubuntu?
I would like to gather amount of time my application is waiting for I/O. I am running this java application on ubuntu/linux. I am using yourkit profiler. Suggest if there any other profiling tool for ...
3
votes
2answers
261 views
Does YourKit report ReentrantLocks?
I am trying to reduce the lock contention on a particular code-path in my application. To identify code with high lock contention, I connect YourKit to my application and use the "Monitor" tab and see ...
10
votes
2answers
759 views
Profiling Java running by JNI calls
I have a C++ code that upon execution:
Loads JVM (I have full control on how to load the JVM), and call Java methods (from loaded classes) using C JNI code. The Java code has no Main() and it is ...
2
votes
5answers
2k views
How do I connect to a Java command-line tool with the YourKit Java Profiler?
I've build a command-line tool in Java, which I would now like to profile with YourKit. I launch the command-line tool with something like:
$ java -classpath .:foo.bar.jar com.foobar.tools.TheTool ...
0
votes
1answer
964 views
Tomcat ThreadWithAttributes causing Memory Leak
I have out of memory issues with following environment:
Tomcat 5.1.23
Using XFire WebServices Framework
JDK 1.5
Used YourKit to profile it and found out multiple instances of class ...
4
votes
6answers
488 views
Profiling native methods in Java - strange results
I have been using Yourkit 8.0 to profile a mathematically-intensive application running under Mac OS X (10.5.7, Apple JDK 1.6.0_06-b06-57), and have noticed some strange behavior in the CPU profiling ...
47
votes
19answers
26k 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 ...

