From 96a40b559b4347c92b708c1b5f400c8eba024b1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=94=E5=BF=B5?= <1@72wo.cn> Date: Mon, 27 Oct 2025 20:18:23 +0800 Subject: [PATCH] =?UTF-8?q?```=20docs(readme):=20=E6=9B=B4=E6=96=B0pprof?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84IP?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将README.md中pprof配置的IP地址从本地地址更新为实际可访问的服务器地址, 确保开发者能够正确访问性能分析数据。 ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13fb6782a..9ce7e4de2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## seer-project 项目结构: -go tool pprof -http :8081 "http://127.0.0.1:8080/debug/pprof/profile" +go tool pprof -http :8081 "http://125.208.20.223:54612/debug/debug/pprof/profile" 详情查看 [文档](./docs)