ksp dashboard
DocsCLIksp dashboard

ksp dashboard

Command Reference

Launch a rich TUI (Terminal User Interface) dashboard with live charts, stream logs, and latency gauges.

Networking & Diagnostics

Purpose

Launch a rich TUI (Terminal User Interface) dashboard with live charts, stream logs, and latency gauges.

Syntax

Command-line specification
bash / powershell
ksp dashboard [OPTIONS]

Options & Flags

Option FlagDescription
--theme <NAME>TUI color scheme: `cyberpunk`, `monokai`, or `nord`.

Example Usage

Example command
ksp dashboard --theme cyberpunk

Expected Output

════════════════════════════════════════════════════════════
══            KSP Enterprise Terminal Dashboard           ══
════════════════════════════════════════════════════════════
 [ Throughput Gauge ]       [ Latency Histogram (Last 60s) ]
  142.4 MB/s (High)           0.8ms █▄▃█▅▇█▄▃█▅▇█▄ 1.4ms

 [ Recent Streams ]
  ID #1  OPEN    127.0.0.1 → /api/v1/sync (AES-256-GCM)
  ID #3  CLOSED  192.168.1 → /upload/iso (SHA256 OK)
Implementation Notes

Powered by Ratatui for buttery smooth 60 FPS terminal rendering even over SSH sessions.