"Windows-based monitoring tool to track system performance, automate checks, and send alerts for performance issues."
- Real-time Performance Monitoring: Tracks CPU, memory, disk, and network usage.
- Automated System Checks: Uses PowerShell for detailed performance checks and log retrieval.
- Notification Alerts: Sends email alerts when performance thresholds are exceeded.
- Root Cause Analysis: Provides logs and insights for troubleshooting.
- Python 3.8+
- PowerShell 5.1+
- Installed Python Libraries:
psutil
,pandas
- Clone the repository:
git clone https://github.com/piyush-047/OS-PERFORMANCE-MONITOR.git cd OS-PERFORMANCE-MONITOR