BitOne / php-meminfo

PHP extension to get insight about memory usage
MIT License
1.08k stars 78 forks source link

Treemap Visualization of Heap Dump #119

Open tortis opened 3 years ago

tortis commented 3 years ago

Hi @BitOne thanks for building this wonderful extension!

I made a little tool to read a heap dump file and display it as a treemap given some root node. https://gitlab.com/findley/php-meminfo-treemap

It's probably a little rough around the edges (I was learning rust as I went).

Enjoy!