Skip to content
This repository was archived by the owner on Nov 7, 2020. It is now read-only.

Files

Latest commit

b584180 · Dec 20, 2010

History

History
50 lines (41 loc) · 1.39 KB

README.rst

File metadata and controls

50 lines (41 loc) · 1.39 KB

Memcached Manager

Memcached Manager is a very simple yet powerful memcached server/cluster manager. It allows you to delete & flush keys, view stats, see the raw data on the server, and more.

Features

  • Delete Key(s)
  • Get Key(s) - PHP Serialized - Compressed - JSON - Python Pickled - Raw
  • Flush All Keys across the cluster
  • Cluster Grouping
  • View stats about the cluster
  • View stats about each server in a cluster
  • Watch live traffic to each server in a cluster

Future Features

  • View slabs on each server, Including keys & data
  • Memcached debug mode - Start local memcached instance - Watch live traffic and commands hitting the local instance. Including counts.

Dependencies

  • Matplotlib
  • yaml (PyYaml)
  • PyQT4

Important URLs