Skip to content

lamproae/heapdump14

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

heapdump14

Heap dump reader & visualizer for Go 1.4

You call debug.WriteHeapDump(fd uintptr) to write a heap dump to the given file descriptor from within your Go program (that's runtime/debug).

The code in this directory is for a hview utility which reads a dump file (and optionally a binary that generated it), computes interesting data about the heap, and and presents the data to a web browser.

cd hview go build ./hview heapdump [binary]

then navigate a browser to localhost:8080 and poke around.

About

Heap dump reader & visualizer for Go 1.4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%