github.com/schmichael/gostack

Goroutine Stack Profiler Tool for Golang


License
Apache-2.0
Install
go get github.com/schmichael/gostack

Documentation

Go Stack

Go Stack is a goroutine stack profile parsing library and accompanying gstack command for inspecting profiles.

Right now it's just a toy, but maybe someday it will be a useful way to quickly gather data from goroutine stack profiles.

See full documentation on godoc.

Or install the gstack tool:

go get -u github.com/schmichael/gostack/cmd/gstack