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 20-seconds freeze in my application, since no excessive…
Java 11 and yourkit 2020.9 working for me. Made upgrade to java 17 and yourkit 2021.11, yourkit not working for me.
Used this doc: https://www.yourkit.com/docs/java/help/docker.jsp to add yourkit 2021.11 to docker but getting error when running…
We're trying to profile a remote tomcat application running in production. The problem is that all the threads in the web pool are blocked and this seems to prevent us from connecting with jconsole, jmc and even YourKit. All these tools work fine…
Using 64-bit Windows 7 Enterprise, according to YourKit docs:
To check that Java can load the profiler agent, invoke the following command that prints a description of agent parameters:
java -agentpath:=help
Why am I…
I've been asked to look into some performance issues with a Playframework 2.2.3 application. I have previous experience with playframework 1 but I realise 2.x is very different.
Has anyone managed to use Yourkit profiler with play 2? I managed to…
Since I am having issues with a large Domino Agent, I wanted to be able to profile it. I've heard lots of lovely things about Yourkit, and followed the instructions in David Leedy's…
I have been getting confused about some yourkit snapshots which seems to suggest that in a particular stack hashmap.put() is proving to be costly.
Let's say the key for this map is a very complex object which has not overridden equals() or…
I am following this tutorial http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster
I want to see which method or java process that use all the CPU as wordCount mapper going through the corpus by using yourkit. As…
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. When trying to set up a profile configuration, it…
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. Data is getting insterted successfully. I get…
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 stuck is what to do with these statistics.
For…
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 could be?
Is it possible to make the method list displayed in yourkit not show anything but the ones I am interested in? You can set it up in [settings] - [filters], but it comes out as an outlined arrow. I don't want this to appear.
We have a memory leak in our Java application as the number of FileOutputStream open - closed difference is increasing with time. In our case heap is pretty stable but since FileOutputStreams are open we are facing memory leak in JVM native…
I am doing memory profiling using YourKit and to simplify the matters for a Spark application, I am running the app in DirectRunner mode. The machine I am testing on has 32 cores. The captured snapshot looks like:
The "direct-runner-worker" has 32…