René's URL Explorer Experiment


Title: pprof 使用 · Issue #126 · codcodog/Blog · GitHub

Open Graph Title: pprof 使用 · Issue #126 · codcodog/Blog

X Title: pprof 使用 · Issue #126 · codcodog/Blog

Description: pprof 基本使用 查看堆栈调用信息 $ go tool pprof http://localhost:6060/debug/pprof/heap 查看协程信息 $ go tool pprof http://localhost:6060/debug/pprof/goroutine 查看30s内的 CPU 信息 $ go tool pprof http://localhost:6060/debug/pprof/profile?seconds=30 其他 $ go too...

Open Graph Description: pprof 基本使用 查看堆栈调用信息 $ go tool pprof http://localhost:6060/debug/pprof/heap 查看协程信息 $ go tool pprof http://localhost:6060/debug/pprof/goroutine 查看30s内的 CPU 信息 $ go tool pprof http://localhost:6060/de...

X Description: pprof 基本使用 查看堆栈调用信息 $ go tool pprof http://localhost:6060/debug/pprof/heap 查看协程信息 $ go tool pprof http://localhost:6060/debug/pprof/goroutine 查看30s内的 CPU 信息 $ go tool pprof http://localhost:6060/de...

Opengraph URL: https://github.com/codcodog/Blog/issues/126

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"pprof 使用","articleBody":"pprof\r\n======\r\n\r\n\r\n### 基本使用\r\n\r\n查看堆栈调用信息\r\n```bash\r\n$ go tool pprof http://localhost:6060/debug/pprof/heap\r\n```\r\n\r\n查看协程信息\r\n```bash\r\n$ go tool pprof http://localhost:6060/debug/pprof/goroutine\r\n```\r\n\r\n查看30s内的 CPU 信息\r\n```bash\r\n$ go tool pprof http://localhost:6060/debug/pprof/profile?seconds=30\r\n```\r\n\r\n其他\r\n```bash\r\n$ go tool pprof http://localhost:6060/debug/pprof/threadcreate\r\n\r\n$ go tool pprof http://localhost:6060/debug/pprof/block\r\n\r\n$ go tool pprof http://localhost:6060/debug/pprof/mutex\r\n\r\n$ go tool pprof http://localhost:6060/debug/pprof/trace?seconds=5\r\n```\r\n\r\n### 扩展使用\r\n排查 `golang` 程序内存泄露.\r\n\r\n获取 A 时间点的堆栈 profile\r\n```bash\r\n$ curl -s http://localhost:6060/debug/pprof/heap \u003e A.heap\r\n```\r\n\r\n过一段时间后,内存开始泄露了,再获取 B 时间点的堆栈 profile\r\n```bash\r\n$ curl -s http://localhost:6060/debug/pprof/heap \u003e B.heap\r\n```\r\n\r\n比较 A, B 时间点的堆栈差异\r\n```bash\r\n$ go tool pprof --base A.heap B.heap\r\n```\r\n\r\n使用 `web` 命令生成一个 SVG 文件\r\n```bash\r\n(pprof) web\r\n```\r\n\r\n或者直接打开 web 界面\r\n```\r\n$ go tool pprof --http :9090 --base B.heap A.heap\r\n```\r\n\r\n\u003e 生成图表,需要安装 [Graphviz](https://graphviz.org/)\r\n\r\n### 参考\r\n[Profiling Go programs with pprof](https://jvns.ca/blog/2017/09/24/profiling-go-with-pprof/)\r\n[Hi, 使用多年的go pprof检查内存泄漏的方法居然是错的](https://colobu.com/2019/08/20/use-pprof-to-compare-go-memory-usage/)  \r\n\r\n","author":{"url":"https://github.com/codcodog","@type":"Person","name":"codcodog"},"datePublished":"2021-03-02T14:11:52.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/126/Blog/issues/126"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:761ca313-b514-7851-90e2-cd88ba5448a2
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8C06:2FB15B:473FF0:60E807:6A4C2F14
html-safe-nonceae972677635bac8e3a470141a2ca709ff5383498bcc62a9cd74129ded2863c8e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QzA2OjJGQjE1Qjo0NzNGRjA6NjBFODA3OjZBNEMyRjE0IiwidmlzaXRvcl9pZCI6Ijg0NTM0MjExMDI2ODQ0NTA1ODAiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac1b04840f0ac10042ef563461651252fd06b1a3a81d1207979a2296444af983ba
hovercard-subject-tagissue:820056017
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/codcodog/Blog/126/issue_layout
twitter:imagehttps://opengraph.githubassets.com/d58afbb836f07adc90b4eef963410463fae8a844eb894fe8847687da93ddacd2/codcodog/Blog/issues/126
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/d58afbb836f07adc90b4eef963410463fae8a844eb894fe8847687da93ddacd2/codcodog/Blog/issues/126
og:image:altpprof 基本使用 查看堆栈调用信息 $ go tool pprof http://localhost:6060/debug/pprof/heap 查看协程信息 $ go tool pprof http://localhost:6060/debug/pprof/goroutine 查看30s内的 CPU 信息 $ go tool pprof http://localhost:6060/de...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamecodcodog
hostnamegithub.com
expected-hostnamegithub.com
None1b6b16d04026f131a36d57e3b01d0f4d26a51800edf48bf5ed0256e0ac905511
turbo-cache-controlno-preview
go-importgithub.com/codcodog/Blog git https://github.com/codcodog/Blog.git
octolytics-dimension-user_id18098145
octolytics-dimension-user_logincodcodog
octolytics-dimension-repository_id75478736
octolytics-dimension-repository_nwocodcodog/Blog
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id75478736
octolytics-dimension-repository_network_root_nwocodcodog/Blog
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9ee13484b32cf23e15fde191da4c9aa47d41201c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/codcodog/Blog/issues/126#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcodcodog%2FBlog%2Fissues%2F126
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcodcodog%2FBlog%2Fissues%2F126
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=codcodog%2FBlog
Reloadhttps://github.com/codcodog/Blog/issues/126
Reloadhttps://github.com/codcodog/Blog/issues/126
Reloadhttps://github.com/codcodog/Blog/issues/126
codcodog https://github.com/codcodog
Bloghttps://github.com/codcodog/Blog
Notifications https://github.com/login?return_to=%2Fcodcodog%2FBlog
Fork 1 https://github.com/login?return_to=%2Fcodcodog%2FBlog
Star 20 https://github.com/login?return_to=%2Fcodcodog%2FBlog
Code https://github.com/codcodog/Blog
Issues 135 https://github.com/codcodog/Blog/issues
Pull requests 0 https://github.com/codcodog/Blog/pulls
Actions https://github.com/codcodog/Blog/actions
Wiki https://github.com/codcodog/Blog/wiki
Security and quality 0 https://github.com/codcodog/Blog/security
Insights https://github.com/codcodog/Blog/pulse
Code https://github.com/codcodog/Blog
Issues https://github.com/codcodog/Blog/issues
Pull requests https://github.com/codcodog/Blog/pulls
Actions https://github.com/codcodog/Blog/actions
Wiki https://github.com/codcodog/Blog/wiki
Security and quality https://github.com/codcodog/Blog/security
Insights https://github.com/codcodog/Blog/pulse
pprof 使用https://github.com/codcodog/Blog/issues/126#top
Golanghttps://github.com/codcodog/Blog/issues?q=state%3Aopen%20label%3A%22Golang%22
https://github.com/codcodog
codcodoghttps://github.com/codcodog
on Mar 2, 2021https://github.com/codcodog/Blog/issues/126#issue-820056017
Graphvizhttps://graphviz.org/
Profiling Go programs with pprofhttps://jvns.ca/blog/2017/09/24/profiling-go-with-pprof/
Hi, 使用多年的go pprof检查内存泄漏的方法居然是错的https://colobu.com/2019/08/20/use-pprof-to-compare-go-memory-usage/
Golanghttps://github.com/codcodog/Blog/issues?q=state%3Aopen%20label%3A%22Golang%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.