gpt4 book ai didi

windows-8 - pprof 堆报告显示原始内存地址

转载 作者:IT王子 更新时间:2023-10-29 02:17:48 26 4
gpt4 key购买 nike

遵循本指南 http://golang.org/pkg/net/http/pprof/ ,我正在尝试查看堆报告。当我导航到适当的 url 时,将显示以下内容:

enter image description here

我尝试使用 ActivePerl、StrawberryPerl 和 MSYS 工具附带的 Perl。这里有什么问题?

最佳答案

net/http/pprof 包的输出最好与 go tool pprof 一起使用。如果您的服务器正在监听端口 6060,您将需要类似 go tool pprof http://localhost:6060/debug/pprof/heap 的命令。 http://blog.golang.org/profiling-go-programs 中有关于如何使用 pprof 工具的说明。 ,链接自 net/http/pprof 包文档。

如果您真的有兴趣尝试自己读取输出,您可以将 ?debug=1 添加到您之前尝试过的 url - 但我不推荐它。

关于windows-8 - pprof 堆报告显示原始内存地址,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20898118/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com