memo-watcher

1.0.3 • Public • Published

Memo Watcher

A simple package to monitor your server RAM.

Usage

const memo = require('memo-watcher');

// thw watcher will start to nofify the user once memory usage goes above 60%
const watcher = memo(60);

// start the watcher
watcher.start();

// stop the watcher
watcher.stop();

License

MIT

/memo-watcher/

    Package Sidebar

    Install

    npm i memo-watcher

    Weekly Downloads

    1

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    2.83 kB

    Total Files

    4

    Last publish

    Collaborators

    • sam-ngu