Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ferd/recon
Collection of functions and scripts to debug Erlang in production.
https://github.com/ferd/recon
erlang hacktoberfest instrumentation profiling tracing
Last synced: 30 days ago
JSON representation
Collection of functions and scripts to debug Erlang in production.
- Host: GitHub
- URL: https://github.com/ferd/recon
- Owner: ferd
- License: other
- Created: 2012-08-06T17:49:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T15:25:24.000Z (8 months ago)
- Last Synced: 2024-05-15T15:55:03.228Z (6 months ago)
- Topics: erlang, hacktoberfest, instrumentation, profiling, tracing
- Language: Erlang
- Homepage: http://ferd.github.io/recon/
- Size: 1.08 MB
- Stars: 1,327
- Watchers: 74
- Forks: 276
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-erlang-cn - recon - 可用于生产环境的调试工具集. (调试)
README
recon
=====Recon wants to be a set of tools usable in production to diagnose Erlang problems or inspect production environment safely.
To build the library:
rebar3 compile
Documentation for the library can be obtained at http://ferd.github.io/recon/
It is recommended that you use tags if you do not want bleeding edge and development content for this library.
Current Status
--------------[![Build Status](https://github.com/ferd/recon/workflows/build/badge.svg)](https://github.com/ferd/recon)
Versions supported: OTP-18 and up. Support of OTP-17 down to R15B02 is best effort. Builds with Rebar3 require OTP-18.3 and up because that's what the build tools support. Testing may eventually clamp up to OTP-supported releases (current and the two prior).