Go Pprof Debug

当用户希望通过 pprof 排查 Go 服务的 CPU、内存、goroutine、锁竞争或阻塞问题时使用。适用于“用 pprof 排查 CPU”、“分析内存泄漏”、“自动识别当前项目的 pprof 路由”、“抓取 profile 后分析热点并回到代码给出原因和解决方案”等场景。

reaperhero Updated

File contents

reaperhero/codex_skills/tree/main/go-pprof-debug commit 5ab204b2ae

Frequently asked questions

npx skillmds@latest add reaperhero/go-pprof-debug