defmodule Observer.Web.System.Page do @moduledoc """ This is the live component responsible for the System pillar: a read-only snapshot of a selected node's runtime information, resource counts against their VM limits, and per-allocator carrier utilization - the web equivalent of the observer GUI's System and Memory Allocators tabs. """ @behaviour Observer.Web.Page use Observer.Web, :live_component alias Observer.Web.Components.Attention alias Observer.Web.Components.Core alias Observer.Web.Page alias ObserverWeb.SystemInfo @impl Phoenix.LiveComponent def render(assigns) do ~H"""