Posted in

【Go性能分析黄金路径】:从pprof火焰图→goroutine dump→heap profile→block profile的闭环定位法

第一章:Go性能分析黄金路径的闭 … 【Go性能分析黄金路径】:从pprof火焰图→goroutine dump→heap profile→block profile的闭环定位法Read more

Posted in

【Go生产环境紧急解密SOP】:无源码、无debug、无日志——仅凭core dump+systemd-coredumpctl恢复goroutine状态

第一章:Go生产环境紧急解密SO … 【Go生产环境紧急解密SOP】:无源码、无debug、无日志——仅凭core dump+systemd-coredumpctl恢复goroutine状态Read more

Posted in

【Go微服务落地失败TOP1原因】:context.Context滥用导致的goroutine泄漏全景图(pprof火焰图+goroutine dump诊断流程)

第一章:Go微服务落地失败TOP … 【Go微服务落地失败TOP1原因】:context.Context滥用导致的goroutine泄漏全景图(pprof火焰图+goroutine dump诊断流程)Read more

Posted in

Golang内存问题最后防线:如何用dlv attach + runtime.ReadGCStats + heap dump符号化还原泄漏源头(附dwarf调试速查表)

第一章:Golang内存问题最后 … Golang内存问题最后防线:如何用dlv attach + runtime.ReadGCStats + heap dump符号化还原泄漏源头(附dwarf调试速查表)Read more