Post content
🆕New CLI tool: yet-another-hardware-info A comprehensive server hardware information and health monitoring script for Linux systems. Displays detailed system information, disk health (S.M.A.R.T. data), RAID status, and optional performance benchmarks. Features: System Info: CPU details, uptime, OS, kernel. Memory Details: Total RAM, type, speed, ECC support. Storage Health: S.M.A.R.T. data, NVMe health, wear level, temperature. RAID Status: Detects Linux software RAID (mdadm) arrays. Performance Tests: Optional I/O benchmarks for RAM and disks. Usage: # Quick overview (basic information) curl -sL https://raw.githubusercontent.com/loayai/yet-another-hardware-info/master/yahi.sh | sudo bash # Extended details (all hardware information) curl -sL https://raw.githubusercontent.com/loayai/yet-another-hardware-info/master/yahi.sh | sudo bash -s -- -e Link: https://github.com/loayai/yet-another-hardware-info