pm2-memcached

0.0.4 • Public • Published

pm2-memcached

Memcached module for Keymetrics

pm2-memcached screenshot

Description

PM2 module to monitor key Memcached server metrics:

  • Uptime / Threads / Current Connections
  • Total Items / Current Items
  • Get Hits / Get Misses
  • Bytes Read / Bytes Written

Requirements

This module requires a Memcached install (tested against v1.4.14).

Install

$ npm install pm2 -g
 
$ pm2 install pm2-memcached

Config

The default connection details are : "hostname": "localhost:11211"

To modify the config values you can use the commands:

$ pm2 set pm2-memcached:hostname  a.b.c.d:port

Uninstall

$ pm2 uninstall pm2-memcached

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i pm2-memcached

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • alavit-d
  • tknew