BetaLinuxv0.9.2

Shellmon

A real-time system monitor that lives in your terminal.


Overview

Shellmon renders CPU, memory, disk, and network stats as a rich TUI dashboard. It is designed for developers who want htop-level insight with a cleaner layout and less visual noise.

Features

  • Dashboard layout — CPU cores, memory bars, disk I/O, and network throughput in a single view
  • Process table — sortable, filterable, with tree view support
  • Alerts — configurable threshold alerts for CPU/memory spikes
  • Lightweight — single binary, no runtime dependencies
  • Themeable — ships with dark (default) and light themes; custom themes via TOML

Usage

shellmon              # full dashboard
shellmon --compact    # condensed single-line mode
shellmon --watch pid  # focus on a single process

Shellmon is in beta. API and config format may change between minor versions.