Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:53 +08:00
commit c15072dfb9
8 changed files with 188 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for cpu-usage-monitor skill
- [ ] cpu_profiler.py: A script to profile CPU usage of a given process and output a detailed report.
- [ ] cpu_analyzer.py: A script to analyze CPU usage logs and identify performance bottlenecks.
- [ ] example_usage.sh: A script demonstrating how to use the cpu_profiler and cpu_analyzer scripts.