Skip to main content

Elixir / BEAM runtime

v0.1.0

Diagnostics for Elixir and Erlang/BEAM applications on the runner host or inside Docker containers: toolchain versions, EPMD registrations, BEAM OS process state, Linux /proc memory and process-tree detail, release RPC snapshots, supervisor/process/ETS/allocator/scheduler/port introspection, binary-leak checks, and bounded recon_trace call tracing. Releases are discovered from running BEAM processes; target one by release name, or by container for a release inside Docker.

24 allowed by default 1 need approval
Pack ID
elixir-beam
Vendor
emisar
OS
linux
Actions
25
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
erl elixir epmd

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:7f37c4c59853b7f37e41b1c3e48857d10198a6ffc0b2233cc1eb23fcca55bc7e

on the runner host
sudo emisar pack install elixir-beam \
  --hash sha256:7f37c4c59853b7f37e41b1c3e48857d10198a6ffc0b2233cc1eb23fcca55bc7e \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 25 total

View on GitHub