Home - jvm-profiling-tools/honest-profiler GitHub Wiki
Honest Profiler
Honest Profiler has two main benefits over other sampling profilers on the JVM:
- It accurately profiles applications, avoiding an inherent bias towards places that have safepoints.
- It profiles applications with significantly lower overhead than traditional profiling techniques, making it suitable for use in production.
NB: Honest Profiler relies on an internal API within the SUN/Oracle/OpenJDK JVM. We make no guarantees about it working on other JVMs.
As a User
- Why would I want to use Honest Profiler?
- Download from <http://insightfuIndex llogic.com/honest-profiler.zip> and unzip
- How to Run
- Mailing List