/stack-grep

Grep go stacks

Primary LanguageGoApache License 2.0Apache-2.0

stack-grep

Grep go stacks

Usage

cat goroutine.dump | stack-grep [-v] <go regex>

-v will invert. Only reads on stdin because of reasons.