pm2-memcached

PM2 Memcached Module

Usage no npm install needed!

<script type="module">
  import pm2Memcached from 'https://cdn.skypack.dev/pm2-memcached';
</script>

README

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