1.0.5 • Published 7 months ago

climem-worker-threads v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

climem

This is a fork of the climem project (https://github.com/mcollina/climem) tailored for compatibility with projects that utilize worker threads.

Monitor the memory consumption of your node process via CLI

demo

Install

npm install climem-worker-threads
npm install climem-worker-threads -g

Usage

node -r climem yourapp.js &
climem climem-PID

You can also set CLIMEM env variable to set a specific location or a TCP port:

CLIMEM=8999 node -r climem yourapp.js &
climem 8999 localhost

Acknowledgements

climem is sponsored by nearForm.

License

MIT