TwP / heap_hop

Ruby heap parser and analyzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

A tool for analyzing and inspecting Ruby heap dump files. Aman Gupta has written about dumping heaps from the ObjectSpace module. Richard Schneeman has a great writeup in two parts covering what's inside a heap dump:

Is it any good?

Yes.

How do I run it?

FIXME

Developing

Clone this repository (or make your own fork) and then run script/bootstrap to install all the necessary dependencies.

> git clone https://github.com/TwP/heap_hop.git
> cd heap_hop
> script/bootstrap

At this point you should be able to run the tests and start adding beautiful new features.

> rake test

If you want to fix a bug or add a new feature, then create your own fork of the project and open a pull request on GitHub.

About

Ruby heap parser and analyzer

License:MIT License


Languages

Language:Ruby 91.4%Language:HTML 7.1%Language:Shell 1.3%Language:CSS 0.2%