Tool to print python thread and greenlet stacks
Project description
# pstack
pstack is to python as jstack is to java! It’s a debug tool to print python threads or greenlet stacks.
## Install `bash $ pip install pstack `
## Usage
You may need to run it with sudo.
`bash $ sudo pstack <pid> [--include-greenlet] `