1.0.0 • Published 8 years ago

memcached2statsd v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

memcached2statsd

npm npm npm node

memcached2statsd. is a sysadmin utility that sends memcache stats to statsd daemon

The Module is written in ES6 transpiled using the wonderful Babel library.

You can leverage the cli command or import it into your node project. Please take a look at ./src/cli.js on how to use it within your node project.

Requirements

  • node.js - v0.12 or newer!

Installation

On node project

npm install memcached2statsd

As cli command

npm install memcached2statsd -g

How to use

Just run the command with -h and you'll get it.