Documentation
¶
Overview ¶
Package stuckroutines analyzes goroutine dumps.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Flags ¶
type Flags struct {
URL string
Iterations int
Delay time.Duration
NoGroup bool
SortTrace bool
KeepTemporary bool
MinCount int
TruncateTrace int
ShowFiltered bool
}
Flags control Processor behavior.
type Processor ¶
type Processor struct {
Result map[string]goroutine
NoGroup bool
TraceGroups map[string]int
Output []goroutine
Persistent int
Temporary int
KeepTemporary bool
Writer io.Writer
// contains filtered or unexported fields
}
Processor groups goroutine stack traces.
func (*Processor) Internal ¶
func (p *Processor) Internal()
Internal dumps goroutines of current process.
func (*Processor) PrepareOutput ¶
PrepareOutput filters and orders traces.
func (*Processor) PrintResult ¶
PrintResult prints grouped traces.
Click to show internal directories.
Click to hide internal directories.