Profiling Java Applications with Async Profilerby@isuru
12,983 reads

Profiling Java Applications with Async Profiler

August 6th 2019
7m
by @isuru 12,983 reads
tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

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.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail

Coin Mentioned

Mention Thumbnail
featured image - Profiling Java Applications with Async Profiler
Isuru HackerNoon profile picture

@isuru

Isuru

Software Engineer


Receive Stories from @isuru

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!