webofbits

webofbits

I’ve released BeamConsole 0.1.0, an embeddable, read-only process flight recorder and process map for Phoenix and BEAM applications.

Its focus is straightforward: show which processes are running, how supervision and process relationships connect them, and how that structure changes while an application runs.

Add the dependency:

def deps do
  [
    {:beam_console, "~> 0.1.0"}
  ]
end

Then mount it in a Phoenix router:

import BeamConsole.Router

scope "/" do
  pipe_through :browser

  beam_console "/beam"
end

Visiting /beam opens the dashboard.

BeamConsole currently provides:

  • A stable supervision and process map with collapsible branches

  • Searchable process exploration

  • Safe process, application, and connected-node inspection

  • Links and monitors between processes

  • Observed process starts, terminations, and crash-and-replacement correlations

  • Activity history for reductions, mailbox growth, and memory movement

  • Runtime memory, run queue, applications, ETS tables, atoms, and node information

  • Bounded recording with pause and resume controls

  • Light, dark, and system themes

Applications are grouped into host, dependencies, OTP, and tooling categories. Collapsed branches and theme preferences persist while navigating and reconnecting.

The default recording mode collects history while at least one BeamConsole page is connected. Recording can also start with the application:

config :beam_console, :recorder,
  mode: :always

The collector and recorder work in plain Elixir applications as well. Phoenix and LiveView are only required for the embedded web interface.

BeamConsole is intentionally read-only. It does not fetch process messages, dictionaries, stacktraces, binaries, or arbitrary process state. It does not use tracing, remote RPC, :sys, or process mutation.

The route is disabled outside development by default, and applications remain responsible for authentication and authorization if they choose to expose it elsewhere.

Observer and Phoenix LiveDashboard are both broader tools with different strengths. BeamConsole takes a narrower, process-first approach centered on supervision topology, runtime relationships, bounded activity history, and observed crash-and-replacement events.

Hex: beam_console | Hex
Documentation: beam_console v0.1.0 — Documentation
GitHub:

Where Next? Top

Trending in Announcing Top

wojtekmach
Hey everyone! Req is an HTTP client for Elixir that I’ve been working on for quite some time. There is already a lot of HTTP clients out...
New
handnot2
Samly can be used to enable SAML 2.0 Single Sign On in a Plug/Phoenix application. This library uses Erlang esaml to provide plug enabl...
New
woylie
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries. offset-based pagination with...
New
restlessronin
The repo is at GitHub - cyberchitta/openai_ex: Community maintained Elixir library for OpenAI API · GitHub. Docs are at OpenaiEx User Gu...
152 11030 135
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
fuelen
Hi all! I want to present a small library which provides a mix task for generating an Entity-Relationship Diagram for Ecto schemas. You...
New
woylie
Phoenix components for pagination, sortable tables and filter forms with Flop and (optionally) Ecto. pagination cursor pagination sorta...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
mudasobwa
I am seeing a lot of aplications of Argumentum ad Vericundiam in software discussions. They do link some piece of writing and point us to...
New
bartblast
Hey folks, I just published a post about Hologram’s funding and where the project goes next - the short version: Curiosum as Main Spons...
New
sorenone
Today we’re releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, it’s a fully operati...
New
Herve37
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using. We’re particularly inte...
New
sergio
It’s not that it’s vocabulary is too advanced. It’s something worse. I get lost trying to follow even a paragraph written by Claude. It’...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews