libdevel-mat-perl

Perl Memory Analysis Tool

Description

The Devel::MAT ecosystem allows developers of perl programs to inspect and analyse memory-related problems such as memory leaks, unexpected memory consumption, or odd state. This is an "offline" analysis system, in the sense that the analysis tools all run in a different process, possibly at a later time, than the perl process that is being analysed.

The basic workflow consists of two main stages: first a heap dump file is generated from the perl process being debugged, at or around the time that the problem becomes apparent, and secondly this file is loaded by an analysis tool in order to inspect the contents.

To generate the heap dump file that captures the contents of the heap, the Devel::MAT::Dumper (libdevel-mat-dumper-perl) module is used.

After there generation of the .pmat file, it can be loaded and inspected. A lot of the smaller, simpler tools are built as plugins for the main pmat command shell (contained in libdevel-mat-perl, together with Devel::MAT), so inspection starts with loading the heap file there.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Devel-MAT


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libdevel-mat-perl