Terminal Dashboard
Contents
Terminal Dashboard
A real-time system monitor that runs entirely in the terminal.
Why terminal?
Sometimes you’re SSHed into a machine with no GUI. A terminal dashboard gives you CPU, memory, disk, and network stats without installing any heavy monitoring tools.
Built with
- Textual — TUI framework
- psutil — system metrics
- rich — pretty tables and charts
Screenshot (ASCII)
┌── CPU ──────────────────┐ ┌── Memory ────────────────┐
│ Core 0 ████░░░░ 42% │ │ Used 6.2GB / 16GB 38% │
│ Core 1 ██░░░░░░ 21% │ │ Swap 0.1GB / 4GB 2% │
└─────────────────────────┘ └──────────────────────────┘
┌── Disk ─────────────────────────────────────────────────┐
│ / 80GB / 250GB 32% ██████░░░░░░░░░░░░░░░░░░░░ │
│ D:\ 167GB / 250GB 67% ██████████████░░░░░░░░░░░░ │
└─────────────────────────────────────────────────────────┘Status
v0.1.0 — functional but unstyled. Polishing in progress.

