Collect Node.js memory metrics (RSS, heap and external).
Atelemetry
plugin.
Click to expand
const telemetry = require('@telemetry-js/telemetry')()
const mem = require('@telemetry-js/collector-nodejs-memory')
telemetry.task()
.collect(mem, { /* options */ })
Yet to document.
With npm do:
npm install @telemetry-js/collector-nodejs-memory
This project is kindly sponsored by Reason Cybersecurity Ltd.
MIT © Vincent Weevers