$ cd ../
Linux Sysinfo — bash

user@devops:~$ cat README.md

Linux Sysinfo

# Description

Linux Sysinfo is a comprehensive system information tool reading CPU, memory, disks, network, and processes via kernel interfaces (procfs, sysfs, mmap, ioctl). All data is output as structured JSON for monitoring, debugging, and documentation.

# Key features

$ CPU: architecture, features, cache topology

$ Memory: total, used, NUMA topology, maps

$ Disk and block device enumeration

$ Network interfaces: IP, speeds, statistics

$ Process listing with PID, CPU, memory

$ Structured JSON with comprehensive data

$ Kernel and OS version details

# Gallery

Desktop view
Linux Sysinfo - Desktop view
Mobile view
Linux Sysinfo - Mobile view

# Technologies used

C++23 Linux Kernel API JSON spdlog
Hermes Agent