Skip to main content

Module dashboard

Module dashboard 

Source
Expand description

TUI dashboard and top-like container monitor.

Uses [ratatui] and [crossterm] for terminal UI. Provides two modes:

  • dol top — live-updating container list with CPU/memory gauges
  • dol dashboard — multi-panel view with container list, stats, and event stream

Both modes listen to Docker events for real-time updates and fall back to periodic polling when the events stream is unavailable.

§Example

dashboard::run_top(&config).await?;
dashboard::run_dashboard(&config).await?;

Functions§

run_dashboard
run_top