live-heap-memory-monitor
v1.0.0
Published
A standalone Node.js package for live heap memory monitoring, heap snapshots, and basic memory leak detection.
Downloads
5
Maintainers
Readme
Live Memory Monitor
A standalone Node.js package to monitor live heap memory usage, take heap snapshots, and detect possible memory leaks. No external dependencies required.
Features
- Live heap memory display in the terminal
- Optional alert when heap usage exceeds a threshold
- Basic memory leak detection
- Save heap snapshots as JSON files
Installation
npm install live-memory-monitor