2019-10-28 20:31:56 +00:00
2019-10-28 20:31:56 +00:00
2019-10-28 20:31:56 +00:00
2019-10-28 20:31:56 +00:00
2019-10-28 20:31:56 +00:00
2019-10-28 20:31:56 +00:00
2019-10-28 20:31:56 +00:00

rekja

Erlang tracer tool around standard Erlang/OTP framework.

Build

$ rebar3 compile
$ rebar3 escriptize

Usage

$ ./_build/default/bin/rekja -node ${remote_node} \
                             -cookie ${remote_cookie}

Why?

Distributed Erlang offers great tracing and debugging flexibility around standard functions. This project was originaly made to solve a file descriptor leak on a rabbitmq server in production. The idea is to set a passive node, connect to an active node, and, by using rpc call ensuring all opened/closed ports are well opened/closed.

How?

Description
No description provided
Readme 60 KiB
Languages
Erlang 100%