A simple tool to visualize the state, stack trace, a dependency graph of goroutines.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtRun the analyzer with a crash dump file:
python crashdump-goroutines.py <crash_dump_file> [-v] [-s <extra_output_file>]Open the generated goroutine_graph.html with a browser.
Optionally, specify another static output file with -s, e.g. -s goroutines.svg.
This project is licensed under the MIT License. See the LICENSE file for details.
