Settings

Theme

Show HN: A web-based golang stack dump analyzer

godumps.com

4 points by mpobrien 5 years ago · 2 comments

Reader

mpobrienOP 5 years ago

This is a tool to analyze large goroutine stacktrace dump files, to assist in debugging by parsing the dump and displaying it in a structured table.

It works entirely client-side (no data is uploaded or stored), groups together goroutines with identical stacktraces into a single entry, and allows quickly sorting/filtering/searching.

haleyyyy 5 years ago

Super cool!!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection