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
Statistics
Commands
Live Stats
Docker Hub
docker pull legacyphp/memcachedadmin:latest
GitHub Packages
docker pull ghcr.io/phplegacy/memcachedadmin-docker:latest
Use provided compose.yml as an example.
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'
MemcachedAdmin does not provide any security system, you need to add this feature by yourself.
The Apache License. Please see License File for more information.
If you like this project, please consider giving it a ⭐
Content type
Image
Digest
sha256:6c3215125…
Size
42.3 MB
Last updated
over 3 years ago
docker pull legacyphp/memcachedadmin