Files
gh-jeremylongshore-claude-c…/skills/resource-usage-tracker/scripts/README.md
2025-11-30 08:21:24 +08:00

10 lines
690 B
Markdown

# 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.