Skip to content

A simple Node package to monitor your server RAM.

License

Notifications You must be signed in to change notification settings

acadea/memo-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Node package to monitor your server RAM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published