SkillAgentSearch skills...

Goheapdump

Prototype go heapdump API

Install / Use

/learn @tombergan/Goheapdump
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Prototype interface for examining core files. The goal is to build a tool for understanding OOMs. This is a WIP. See corefile/doc.go for known bugs and TODOs.

Quick start:

$ cd examples
$ ulimit -c unlimited
$ go build -o httpleak httpleak.go
$ GOTRACEBACK=crash ./httpleak
$ cd ../heapcheck && go run main.go ./core ./httpleak
$ cd ../heapview && go run main.go ./core ./httpleak
View on GitHub
GitHub Stars44
CategoryDevelopment
Updated11mo ago
Forks8

Languages

Go

Security Score

82/100

Audited on Apr 14, 2025

No findings