Skip to content

Monitor the memory consumption of your node process via CLI

License

Notifications You must be signed in to change notification settings

mcollina/climem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

climem

Monitor the memory consumption of your node process via CLI

demo

Install

npm install climem
npm install climem -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

About

Monitor the memory consumption of your node process via CLI

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published