jvm-profiling-tools/honest-profiler
A sampling JVM profiler without the safepoint sample bias observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4580
- days_rel: n/a
- days_push: 1002
- n_releases_24m: 0
Adoption not part of the score
1251 stars · 147 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Honest Profiler is a sampling profiler for the JVM implemented as a native agent, designed to avoid the safepoint sample bias that skews other sampling profilers. It runs with low overhead, making it suitable for profiling production applications.
Use cases
- profile a Java application in production with low overhead
- find CPU hotspots in a JVM application without safepoint bias
- diagnose performance bottlenecks in Java services
- sample JVM thread stacks accurately
- compare method-level CPU costs in a Java app
When to choose
- you need accurate sampling profiles of JVM applications without safepoint bias
- you want a lightweight profiler suitable for production use
- you prefer a simple agent-based profiler over heavyweight GUI tools
When to avoid
- you need a full-featured profiler with a rich GUI and allocation tracking
- you run a non-HotSpot JVM, since it relies on internal OpenJDK/Oracle JVM APIs
- you need actively maintained tooling with recent features
Facets
library · maturity maintenance
monitoring tracing benchmarking developer-tools performance developer-tools jvm windows cross-platform profiling sampling-profiler jvm-agent low-overhead safepoint-bias jvm linux macos
2 sources
- readme: https://github.com/jvm-profiling-tools/honest-profiler · fetched 2026-08-28 · a1290314757b
- homepage: https://github.com/RichardWarburton/honest-profiler/wiki · fetched 2026-08-29 · 2a104ecd7dff
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jvm-profiling-tools/honest-profiler | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="jvm-profiling-tools/honest-profiler")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem