Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/climem
Monitor the memory consumption of your node process via CLI
https://github.com/mcollina/climem
Last synced: about 17 hours ago
JSON representation
Monitor the memory consumption of your node process via CLI
- Host: GitHub
- URL: https://github.com/mcollina/climem
- Owner: mcollina
- License: mit
- Created: 2016-01-27T17:32:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T10:01:33.000Z (about 1 year ago)
- Last Synced: 2024-10-24T23:12:30.490Z (3 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 125
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# climem
Monitor the memory consumption of your node process via CLI
![demo](https://raw.githubusercontent.com/mcollina/climem/master/demo.gif)
## 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](http://nearform.com).
## License
MIT