Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:46 +08:00
commit 9c1eb8f51c
8 changed files with 190 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for bottleneck-detector skill
- [ ] analyze_cpu.sh: Script to analyze CPU usage and identify bottlenecks.
- [ ] analyze_memory.sh: Script to analyze memory usage and identify memory leaks.
- [ ] analyze_io.sh: Script to analyze I/O performance and identify slow disk operations.
- [ ] analyze_db.sh: Script to analyze database performance and identify slow queries.