BeamConsoleWeb.Components.StatsComponents (beam_console v0.5.2)

Copy Markdown View Source

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

activity(assigns)

@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 to false.

runtime(assigns)

@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 to false.