Documentation
¶
Overview ¶
panicparse: analyzes stack dump of Go processes and simplifies it.
It is mostly useful on servers will large number of identical goroutines, making the crash dump harder to read than strictly necessary.
Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
panic
panic crashes in various ways.
|
panic crashes in various ways. |
panicweb
panicweb implements a simulation of a web server that panics.
|
panicweb implements a simulation of a web server that panics. |
pp
pp: analyzes stack dump of Go processes and simplifies it.
|
pp: analyzes stack dump of Go processes and simplifies it. |
Package stack analyzes stack dump of Go processes and simplifies it.
|
Package stack analyzes stack dump of Go processes and simplifies it. |
webstack
Package webstack provides a http.HandlerFunc that serves a snapshot similar to net/http/pprof.Index().
|
Package webstack provides a http.HandlerFunc that serves a snapshot similar to net/http/pprof.Index(). |
Package internal implements panicparse It is mostly useful on servers will large number of identical goroutines, making the crash dump harder to read than strictly necessary.
|
Package internal implements panicparse It is mostly useful on servers will large number of identical goroutines, making the crash dump harder to read than strictly necessary. |