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. |
panic/internal
Package internal is for use for panic.
|
Package internal is for use for panic. |
panic/internal/incorrect
Package correct is in directory incorrect.
|
Package correct is in directory incorrect. |
panic/internal/utf8
Package ùtf8 tests a package and function with non-ASCII names.
|
Package ùtf8 tests a package and function with non-ASCII names. |
panicweb
panicweb implements a simulation of a web server that panics.
|
panicweb implements a simulation of a web server that panics. |
panicweb/internal
Package internal implements the handlers for panicweb so they are in a separate package than "main".
|
Package internal implements the handlers for panicweb so they are in a separate package than "main". |
pp
pp: analyzes stack dump of Go processes and simplifies it.
|
pp: analyzes stack dump of Go processes and simplifies it. |
Package internal implements panicparse
|
Package internal implements panicparse |
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(). |
Click to show internal directories.
Click to hide internal directories.