Show HN: Nice TUI for Go Pprof
Category: devtools
Tags: go, profiling, tui, pprof, developer-tools
Score: 6.8/10 (Innovation: 6, Technical: 7, Documentation: 7, Utility: 7)
lazypprof is a keyboard-driven TUI for exploring Go pprof profiles, offering an alternative to the browser-based `go tool pprof -http`. It supports file profiles, live service connections, diffing, and multiple view modes (top, tree, flame, goroutines), all within a terminal environment over SSH. Its integration of a TUI with pprof profiling fills a practical gap for developers working in remote or terminal-only setups.
Target audience: backend devs
Repository: https://github.com/owenrumney/lazypprof · Go · 8 stars
View on Hacker News