# Scripts Bundled resources for resource-usage-tracker skill - [ ] resource_monitor.py: Script to collect resource usage data (CPU, memory, disk I/O, network I/O, etc.) using system calls or libraries like psutil. - [ ] data_analyzer.py: Script to analyze the collected resource usage data and identify performance bottlenecks or anomalies. - [ ] alert_manager.py: Script to configure and manage alerts based on resource usage thresholds. - [ ] right_sizing_recommendation.py: Script to provide right-sizing recommendations based on historical resource usage data. - [ ] cost_optimization.py: Script to provide cost optimization insights based on resource usage and cloud pricing models.