https://github.com/schmichael/gostack
Goroutine Stack Profiler Tool for Golang
https://github.com/schmichael/gostack
Last synced: about 1 year ago
JSON representation
Goroutine Stack Profiler Tool for Golang
- Host: GitHub
- URL: https://github.com/schmichael/gostack
- Owner: schmichael
- License: other
- Created: 2014-08-09T21:35:08.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-25T19:53:54.000Z (over 11 years ago)
- Last Synced: 2025-03-25T14:21:43.917Z (about 1 year ago)
- Language: Go
- Size: 171 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](http://godoc.org/github.com/schmichael/gostack).
Or install the `gstack` tool:
```sh
go get -u github.com/schmichael/gostack/cmd/gstack
```