Files
ports/sysutils/erldash/pkg-descr
T
Dave Cottlehuber 336661aad5 sysutils/erldash: new port - top for erlang/BEAM apps
Sponsored by:	SkunkWerks, GmbH
2026-03-20 17:05:46 +00:00

10 lines
389 B
Plaintext

erldash connects to an Erlang node using the dynamic node name feature
to collect metrics. It only depends on erlang and erpc modules. So you can
use this dashboard out of the box without installing any additional
packages to the target Erlang node:
erldash run [-c $COOKIE] name@$IP
Metrics are collected using erlang:statistics/1, erlang:memory/0 and
erlang:system_info/1 functions.