node-statsd : node client for Etsyd StatsD server. You can installing node-statsd 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 node-statsd $ sudo npm install -g node-statsd
If want to update the node-statsd package execute the command as below,
$ sudo npm update node-statsd
Update package globally,
$ npm install -g node-statsd
$ sudo git clone https://github.com/rektide/node-statsd.git
$ sudo npm install -g ./node-statsd
node-statsd@0.1.1 /usr/lib/node_modules/node-statsd
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-statsd
Package Name | node-statsd |
Version | 0.1.1 |
Description | node client for Etsyd StatsD server |
Released Date | 2014-12-15T18:56:21.818Z |
Published by | devdazed |
How to Learn | https://www.npmjs.com/package/node-statsd/tutorial |