memory-producer

0.1.1 • Public • Published

memory-producer

buildstatus

A readable stream based off of producer that emits a godot event object on each ttl.

example

var Memory = require('memory');
 
//
// Emits a free and used memory event every 5 seconds
// with the process.memoryUsage() data for each data.meta
//
var memory = new Memory({ ttl: 5000 })
 
memory.on('data', function (data) {
  console.dir(data);
})

/memory-producer/

    Package Sidebar

    Install

    npm i memory-producer

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • jcrugzz