Better pid handling and conversion

factored out some logic from recon:info/1 into recon_lib:term_to_pid
and allowed arbitrary terms to be used for pids in recon:get_state/1.
4 files changed
tree: 7c360aed2d74f478c962160c915161ad2590c76c
  1. doc/
  2. script/
  3. site/
  4. src/
  5. .gitignore
  6. docsite.erl
  7. LICENSE
  8. README.md
  9. rebar
README.md

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:

rebar compile

Documentation for the library can be obtained at http://ferd.github.io/recon/

Changelog

  • 0.3.1: factored out some logic from recon:info/1 into recon_lib:term_to_pid and allowed arbitrary terms to be used for pids in recon:get_state/1.