Elixir wrapper for Recon, tools to diagnose Erlang VM safely in production
Elixir
70
25 commits
updated Oct 17, 2023
ReconEx is an Elixir wrapper for Recon.
It is a library to be dropped into any other Elixir project, to be
used to assist DevOps people diagnose problems from iex shell in
production Erlang VMs.
Included modules are:
Recon
ReconAlloc
ReconLib
ReconTrace
Documentation for the library can be obtained at https://hex.pm/packages/recon_ex (TODO)
It is recommended that you use tags (TODO: create tags) if you do not want bleeding edge and development content for this library.
Versions supported:
To build the library:
mix deps.get
mix compile
iex -S mix
TODO: Some examples.
TODO
TODO
This code, as the original Recon, is published under the BSD 3-clause License. See LICENSE file for more information.
Elixir
100.0%
Elixir wrapper for Recon, tools to diagnose Erlang VM safely in production
Elixir
70
25 commits
updated Oct 17, 2023
ReconEx is an Elixir wrapper for Recon.
It is a library to be dropped into any other Elixir project, to be
used to assist DevOps people diagnose problems from iex shell in
production Erlang VMs.
Included modules are:
Recon
ReconAlloc
ReconLib
ReconTrace
Documentation for the library can be obtained at https://hex.pm/packages/recon_ex (TODO)
It is recommended that you use tags (TODO: create tags) if you do not want bleeding edge and development content for this library.
Versions supported:
To build the library:
mix deps.get
mix compile
iex -S mix
TODO: Some examples.
TODO
TODO
This code, as the original Recon, is published under the BSD 3-clause License. See LICENSE file for more information.
Elixir
100.0%