bnoordhuis/node-heapdump
Make a dump of the V8 heap for later inspection. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5136
- days_rel: n/a
- days_push: 1608
- n_releases_24m: 0
Adoption not part of the score
2548 stars · 128 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Node.js native add-on that writes V8 heap snapshots to disk for later inspection in Chrome DevTools. Snapshots can be triggered programmatically or via a SIGUSR2 signal on Unix systems.
Use cases
- debug memory leaks in node.js apps
- capture v8 heap snapshot at runtime
- inspect node process memory usage in chrome devtools
- trigger heap dump via signal on production server
- find retained objects causing high memory
When to choose
- you need on-demand heap snapshots from a running Node.js process
- you want to analyze memory leaks with Chrome DevTools
- you need a signal-triggered dump without restarting the app
When to avoid
- you are on modern Node.js with built-in heap snapshot APIs (v8.getHeapSnapshot / inspector)
- you need continuous memory monitoring rather than point-in-time dumps
- your heap is very large and you cannot afford the 2x memory overhead or the synchronous hitch
Facets
library · maturity maintenance
developer-tools monitoring tracing developer-tools performance windows v8 heap-snapshot memory-profiling memory-leaks native-addon debugging nodejs linux macos
1 source
- readme: https://github.com/bnoordhuis/node-heapdump · fetched 2026-08-28 · 59800bb2699a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bnoordhuis/node-heapdump | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="bnoordhuis/node-heapdump")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem