A small Python project that collects system health information and saves it as a JSON report.
- Collects CPU usage
- Collects memory usage
- Collects disk usage
- Shows top 5 CPU-consuming processes
- Saves reports as JSON files
pip install -r requirements.txt