heapdump : Make a dump of the V8 heap for later inspection.. You can installing heapdump npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install heapdump $ sudo npm install -g heapdump
If want to update the heapdump package execute the command as below,
$ sudo npm update heapdump
Update package globally,
$ npm install -g heapdump
$ sudo git clone https://github.com/rektide/heapdump.git
$ sudo npm install -g ./heapdump
heapdump@0.3.9 /usr/lib/node_modules/heapdump
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall heapdump
Package Name | heapdump |
Version | 0.3.9 |
Description | Make a dump of the V8 heap for later inspection. |
Released Date | 2017-04-04T20:24:17.523Z |
Published by | bnoordhuis |
How to Learn | https://www.npmjs.com/package/heapdump/tutorial |