user@devops:~$ cat README.md
# Description
Disk Analyzer is a C++23 disk analysis tool that reads I/O stats directly from /proc/diskstats. Supports table or JSON output, real-time bandwidth monitoring and per-device filtering. Uses RAII with std::expected, CLI11, nlohmann-json and spdlog.
# Key features
$ Disk stats from /proc/diskstats
$ Real-time monitoring with bandwidth calculation
$ Structured JSON output for script integration
$ Per-device filtering (model, HDD/SSD type)
$ RAII architecture with std::expected
$ Modern C++23: concepts, ranges, std::println
# Gallery
# Technologies used