$ cd ../
Load Monitor — bash

user@devops:~$ cat README.md

Load Monitor

# Description

Load Monitor is a Linux system load monitor in C++23 with interactive FTXUI TUI. Load averages 1/5/15 min with colored bars, per-core CPU utilization, process stats, context switches and uptime. JSON mode for script integration.

# Key features

$ Load averages 1/5/15 min with colored progress bars

$ Per-core CPU utilization with delta between reads

$ Process stats: running, blocked, total created

$ Context switches and system uptime

$ Interactive TUI mode with periodic refresh

$ JSON mode and CLI text mode with no TUI deps

# Gallery

Desktop view
Load Monitor - Desktop view
Mobile view
Load Monitor - Mobile view

# Technologies used