Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:24 +08:00
commit 67d0bb683b
8 changed files with 199 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# 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.