@memlab/cli

Find and analyze memory leaks in JavaScript applications

npmmacoslinuxwindows
Try with needOr install directly
Source

About

command line interface for memlab

Commands

memlab

Examples

detect memory leaks in a web application$ memlab run --app <app-url>
find objects that were never garbage collected$ memlab analyze --heap-snapshot heap.heapsnapshot
take heap snapshots to compare memory growth$ memlab snapshot --output snapshot.heapsnapshot
profile memory usage during user interactions$ memlab record --scenario scenario.js
generate memory leak report with leaking object details$ memlab report --snapshot1 before.heapsnapshot --snapshot2 after.heapsnapshot