Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:26 +08:00
commit e10ddbbaa8
8 changed files with 194 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for response-time-tracker skill
- [ ] analyze_response_times.py: Script to analyze collected response time data and generate reports.
- [ ] configure_alerts.py: Script to configure alerts based on response time thresholds.
- [ ] optimize_queries.py: Script to identify and suggest optimizations for slow database queries.