ferd/recon
Collection of functions and scripts to debug Erlang in production. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 78
- 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: 5140
- days_rel: n/a
- days_push: 132
- n_releases_24m: 0
Adoption not part of the score
1427 stars · 276 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Recon is an Erlang library providing safe functions and scripts for diagnosing and debugging Erlang systems in production. It allows inspecting running nodes without risking crashes or unsafe operations.
Use cases
- debug erlang node in production
- trace erlang processes safely
- profile memory usage of erlang VM
- inspect running erlang system
- diagnose production erlang issues
- find process leaks in erlang
When to choose
- you run Erlang/OTP systems in production and need safe diagnostics
- you want to trace or profile without stopping the node
- you need to inspect process, port, or memory state on a live system
When to avoid
- you need general-purpose application monitoring with dashboards and alerting
- your stack is not Erlang/Elixir/BEAM-based
- you want automated continuous profiling rather than on-demand debugging
Facets
library · maturity stable
tracing monitoring benchmarking developer-tools developer-tools monitoring windows cross-platform erlang otp production-diagnostics rebar3 instrumentation debugging linux macos
2 sources
- readme: https://github.com/ferd/recon · fetched 2026-08-28 · 58362c854ed7
- homepage: http://ferd.github.io/recon/ · fetched 2026-08-29 · 3fea3ff31da0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ferd/recon | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem