--System Health Monitoring Script is a Python tool that collects and displays key system metrics such as CPU usage, memory consumption, disk utilization, and network statistics. It helps in tracking resource usage and detecting performance issues in real time.
--Monitor CPU usage (%)
--Track memory utilization (used, free, available)
--Check disk usage (total, used, free space)
--Capture network statistics (bytes sent/received)
--Display results in real-time or save to a log file
Python 3.13
--Uses the psutil library to gather system metrics
--Prints health statistics on the console
--Optionally writes logs to a file at user-defined intervals
--Runs continuously until manually stopped