Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想分析一个用 Go 编写的服务器。我正在使用“net/http/pprof”,但默认行为完全没用,因为它似乎只对运行提供分析数据的服务器的 goroutine 进行分析。
我使我的服务器处于负载状态。有 1000 个并发用户,我得到了我想要的分析数据。