首页 | 归档 | 分类 | 标签 | 关于 |
|
深入研究golang net/http连接池可用性:http://xiaorui.cc/archives/5056
go 语言的连接池:https://learnku.com/articles/41137
参考:https://www.liwenzhou.com/posts/Go/go_gopsutil/
gopsutil 库的使用
Go设置socket 端口复用:https://luyuhuang.tech/2021/01/24/reuse-port.html
concurrent map:https://github.com/orcaman/concurrent-map
性能调优-分析耗时函数:
https://swsmile.info/post/golang-pprof-cpu-profiling/
使用pprof排查Go语言内存泄露:https://zhuanlan.zhihu.com/p/265080950
解决go语言内存泄露:https://segmentfault.com/a/1190000019929993
项目cpu占用率分析:https://zhuanlan.zhihu.com/p/157326385
内存泄露分析:https://colobu.com/2019/08/28/go-memory-leak-i-dont-think-so/