Renders accessible Activity and Runtime summaries with client-owned SVG charts.
Summary
Functions
Renders aggregate activity rates, ranked process movers, and three bounded charts.
Renders node-wide runtime inventory, memory, scheduler, and collector charts.
Functions
@spec activity(map()) :: Phoenix.LiveView.Rendered.t()
Renders aggregate activity rates, ranked process movers, and three bounded charts.
Attributes
streams(:map) (required)summary(:map) (required)has_samples?(:boolean) - Defaults tofalse.
@spec runtime(map()) :: Phoenix.LiveView.Rendered.t()
Renders node-wide runtime inventory, memory, scheduler, and collector charts.
Attributes
summary(:map) (required)has_samples?(:boolean) - Defaults tofalse.