otter-monitor is the Otter Shell system monitor. It runs as a normal Wayland window with live CPU, memory, GPU, disk, and network stats. Sort and search processes, group desktop apps, and end tasks from the table.
Usage
| View | What it shows |
|---|---|
| Dashboard | Summary cards and top resource consumers |
| Applications | Desktop apps grouped from .desktop entries |
| Processes | Full process list with sortable columns |
| CPU | Per-core usage and a 60-second history graph |
| Memory | RAM and swap usage with history |
| GPU | Device stats and per-process GPU or VRAM when NVML is available |
| Disk | Mount points, throughput, and I/O |
| Network | Interfaces, throughput, and packet rates |
Ending processes
Select a row and open the action menu. Quit sendsSIGTERM. Force Quit sends SIGKILL. Either way, you confirm before the signal goes out.
Configuration
Config file:~/.config/otter-shell/otter-monitor.conf
refresh_interval_seconds: how often counters refresh (1 to 3600 seconds, default3)
otter-monitor after changing the refresh interval.
Colors come from theme.conf. otter-monitor watches that file and updates colors without a restart.
Dependencies
- Wayland compositor with
xdg_shell - Optional: NVIDIA driver with NVML for GPU process stats and VRAM columns

