Skip to content

Graphic stand-alone administration for memcached

License

Notifications You must be signed in to change notification settings

phplegacy/memcachedadmin-docker

 
 

Repository files navigation

MemcachedAdmin Docker

Graphic stand-alone administration for MemcacheD for monitor and debug purposes

This project allows to see in real-time (top-like) or from the start of the server, stats for get, set, delete, increment, decrement, evictions, reclaimed, cas command, as well as server stats (network, items, server version) with Google Charts and server internal configuration

You can go further to see each server slabs, occupation, memory wasted and items (key & value).

Another part can execute commands to any memcached server : get, set, delete, flush\_all as well as execute any commands (like stats) with telnet

Feature list

Statistics

  • Stats for each or all memcached servers, items, evicted, reclaimed
  • Stats for every command : set, get, delete, incr, decr, cas
  • Slabs stats (Memory, pages, memory wasted, items)
  • Items stats (View items in slabs, then data for each key)
  • Network stats (Traffic, bandwidth)

Commands

  • Execute commands : get, set, delete, flush_all on servers to administrate or debug it
  • Get data with key on servers
  • Delete keys on servers
  • Flush servers
  • Execute telnet command directly from phpMemcachedAdmin
  • Search for specific pattern into all keys

Live Stats

  • Top-like real time stats with configurable alerts

Docker repository

Docker Hub
docker pull legacyphp/memcachedadmin:latest

GitHub Packages
docker pull ghcr.io/phplegacy/memcachedadmin-docker:latest

Usage

Use provided compose.yml as an example.

Configuration

Use environment variables to define MemcacheD server address and port:

SERVER = 'memcached:11211'

Separate servers with comma in order to connect to multiple MemcacheD servers:

SERVER = 'memcached-one:11211,memcached-two:11211'

Security

MemcachedAdmin does not provide any security system, you need to add this feature by yourself.

Credits

License

The Apache License. Please see License File for more information.


If you like this project, please consider giving it a ⭐

Packages

 
 
 

Languages

  • PHP 89.0%
  • JavaScript 5.8%
  • Dockerfile 2.2%
  • CSS 1.9%
  • Makefile 0.6%
  • Shell 0.5%