My favorites | Sign in
Project Home Downloads Wiki Issues
Project Information
Members
Featured
Downloads
Links

phpMemcachedAdmin

Graphic stand-alone administration for memcached to monitor and debug purpose

This program 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 googlecharts 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

To extract these informations, phpMemcacheAdmin uses, as you wish, direct communication with server, PECL Memcache or PECL Memcached API.

Do not hesitate to give your comments, ideas and corrections.

Installation guide can be found here : http://code.google.com/p/phpmemcacheadmin/wiki/InstallationGuide

If you like it, drop a word on this list : http://code.google.com/p/phpmemcacheadmin/wiki/WhoUseIt

Version 1.2.1 is out (08/04/2011)

Check it out here : http://phpmemcacheadmin.googlecode.com/files/phpMemcachedAdmin-1.2.1-r233.tar.gz

Check release notes here : http://code.google.com/p/phpmemcacheadmin/wiki/Roadmap

Download It

Download it in from featured downloads or download and extract it via :

wget http://phpmemcacheadmin.googlecode.com/files/phpMemcachedAdmin-1.2.1-r233.tar.gz
tar -xvzf phpMemcachedAdmin-1.2.1-r233.tar.gz
chmod 0777 Config/Memcache.php

If you have an older version, don't forget to save your configuration file in Config folder

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

Configuration

  • Edit configuration directly from web page
  • phpMemcachedAdmin can use socket communication, PECL Memcache or Memcached API
  • Organize your servers into cluster

Compatibility

  • PHP 5.1, 5.2, 5.3 (Linux & Windows)
  • Memcached 1.2+ & 1.4+ (Linux & Windows)
  • Firefox, Opera, Chrome

Live Stats View


Slabs View


Stats View


Server Config View

Sponsors

phpMemcachedAdmin is proudly sponsored by

Powered by Google Project Hosting