Profiling Java Applications with Async Profiler

Written by isuru | Published 2019/08/06
Tech Story Tags: programming | java | software-engineering | software-development | performance | flame-graphs | profiling | troubleshooting

TLDR Async Profiler is a low overhead sampling profiler for Java. It works with any JDK based on HotSpot JVM (which hasmethod) such as OpenJDK and Oracle JDK. The "Honest Profiler" is one of the first Java sampling profilers without the safepoint bias problem. It avoids the problem by using an API call to facilitate non-safepoint collection of stack traces. Async profiler uses UNIX Operating System signals to efficiently and accurately profile a Java application.via the TL;DR App

no story

Written by isuru | Software Engineer
Published by HackerNoon on 2019/08/06