Get memory usage stats for a process
A silly little logging utility to show the memory usage of a process. Inspired by this excellent post.
$ npm install @tiaanduplessis/mem-monitor
# OR
$ yarn add @tiaanduplessis/mem-monitor
require('mem-monitor')()
This will log the info to your console:
You can optionally specifiy the interval at which the stats should update (defaults to 3000ms).
Contributions are welcome!
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
Or open up a issue.
Licensed under the MIT License.