Skip to content

Instantly share code, notes, and snippets.

@cmelbye
Created November 3, 2014 18:20
Show Gist options
  • Save cmelbye/24a1dfcd35f6f4f379b5 to your computer and use it in GitHub Desktop.
Save cmelbye/24a1dfcd35f6f4f379b5 to your computer and use it in GitHub Desktop.
➜ ~ go tool pprof http://foohost.com/debug/pprof/heap |& tail -n 1
FATAL ERROR: Did not specify profile file
➜ ~ curl http://foohost.com/debug/pprof/heap | head -n 5
heap profile: 1847: 37467632 [33000: 3345448904] @ heap/1048576
249: 8159232 [249: 8159232] @ 0x425dd5 0x4258b8 0x427001 0x42708a 0x42a61d 0x42a553 0x531fbb 0x5320d2 0x532d62 0x535e9a 0x4ce822 0x4d77ea 0x56e1d3 0x56e3e1 0x4cc4f5 0x4152b0
213: 6979584 [213: 6979584] @ 0x425dd5 0x4258b8 0x427001 0x42708a 0x42a61d 0x42a553 0x531fbb 0x5320d2 0x532d62 0x535e9a 0x4ce822 0x4d77ea 0x56e5eb 0x4abd82 0x4c7321 0x4c723a 0x4ce1a4 0x4f3903 0x4661e7 0x4668ba 0x4152b0
176: 5767168 [176: 5767168] @ 0x425dd5 0x4258b8 0x427001 0x42708a 0x42a61d 0x42a553 0x531fbb 0x5320d2 0x532d62 0x535e9a 0x4ce822 0x4d77ea 0x56e5eb 0x4f3b70 0x4c7321 0x4c723a 0x4ce1a4 0x4f3903 0x4661e7 0x4668ba 0x4152b0
4: 1212416 [505: 153067520] @ 0x425dd5 0x4258b8 0x427001 0x42708a 0x42a61d 0x42a553 0x4f7b34 0x4f7414 0x4f75e6 0x5660c8 0x4f398b 0x4661e7 0x4668ba 0x4152b0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment