$ cd ../
Linux Sysmon — bash
user@devops:~$ cat README.md
Linux Sysmon
# Description
Linux Sysmon is a low-level Linux system monitor reading hardware info via kernel APIs (procfs, sysfs, ioctl, mmap, statfs). It provides real-time CPU, memory, temperature, disk, and uptime data as structured JSON. Designed for sysadmins needing precise scriptable monitoring.
# Key features
$ Real-time CPU with per-core utilization
$ Memory tracking: RAM, swap, cache
$ Temperature sensor readings
$ Disk stats: read/write, I/O wait, partitions
$ Uptime and load average reporting
$ Structured JSON output for scripting
$ Low-overhead direct kernel interface reading
# Gallery
Desktop view
Mobile view
# Technologies used
C++23 Linux Kernel API JSON spdlog