Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timbunce/devel-sizeme

Perl Devel::SizeMe - for extracting and visualizing detailed memory usage information
https://github.com/timbunce/devel-sizeme

Last synced: about 16 hours ago
JSON representation

Perl Devel::SizeMe - for extracting and visualizing detailed memory usage information

Awesome Lists containing this project

README

        

# Devel::SizeMe

[![Build Status](https://secure.travis-ci.org/timbunce/devel-sizeme.png)](http://travis-ci.org/timbunce/devel-sizeme)

Devel::SizeMe is a variant of Devel::Size that can stream out detailed
information about the size of individual data-structures and the links
between them.

It can do this for the entire perl interpreter internals as well as your own
perl data structures.

It comes with scripts for storing this data in a database and visualizing it in
various forms, including graphs and an interactive treemap.

Current implementation is alpha and somewhat hackish in places.

It currently doesn't work on systems built with -Duse64bitint (use -Duse64bitall if possible).
Patches welcome - I think it mainly needs %d's etc changing to use IVdf etc.

For more info see http://blog.timbunce.org/2012/10/05/introducing-develsizeme-visualizing-perl-memory-use/
and http://blog.timbunce.org/tag/sizeme/

There's an #sizeme IRC channel on irc.perl.org and the [email protected]
mailing list (also at https://groups.google.com/d/forum/devel-size)