← Graph

heapy

tool 2 connections

Ruby gem installed as a command-line tool that parses ObjectSpace heap-dump JSON files and summarizes how many objects survived each garbage-collection generation, along with their allocation sites. Used in the talk to look for memory leaks across Rails boots; revealed that class DSL objects (attributes, callbacks) survived the longest.

category
library
about
heapy tool
Uses the heapy gem to analyze heap dumps across GC generations.
tool heapy
related_to
Ruby tool
Analyzes Ruby ObjectSpace heap dumps.

Provenance

Read by
20 extractions