user@devops:~$ cat README.md
# 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
# Technologies used