Skip to content

tombergan/goheapdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prototype interface for examining core files. The goal is to build a tool for understanding OOMs. This is a WIP. See corefile/doc.go for known bugs and TODOs.

Quick start:

$ cd examples
$ ulimit -c unlimited
$ go build -o httpleak httpleak.go
$ GOTRACEBACK=crash ./httpleak
$ cd ../heapcheck && go run main.go ./core ./httpleak
$ cd ../heapview && go run main.go ./core ./httpleak

About

Prototype go heapdump API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages