Memcached management and monitoring tool-memadmin

Source: Internet
Author: User

After using memcached, you certainly want to know the effect of the cache. It is necessary to monitor some running statuses of memcached. memcached provides the stats command to view the status of memcached, but it is not very detailed, for example:

[root@bogon bin]# cd /usr/local/bin[root@bogon bin]# telnet 127.0.0.1 11211Trying 127.0.0.1...Connected to localhost.localdomain (127.0.0.1).Escape character is '^]'.statsSTAT pid 6779STAT uptime 14217STAT time 1314343512STAT version 1.2.5STAT pointer_size 32STAT rusage_user 0.002999STAT rusage_system 0.027995STAT curr_items 0STAT total_items 0STAT bytes 0STAT curr_connections 3STAT total_connections 4STAT connection_structures 4STAT cmd_get 0STAT cmd_set 0STAT get_hits 0STAT get_misses 0STAT evictions 0STAT bytes_read 56STAT bytes_written 482STAT limit_maxbytes 134217728STAT threads 1ENDQuit

Here we would like to introduce a Web-based memcached management and monitoring tool ---- memadmin

1. Brief Introduction

Memadmin is a visualized memcached management and monitoring tool. It is developed using PHP and is small in size and easy to operate.

Main functions:

  • Server parameter monitoring: Real-Time refresh of stats, settings, items, slabs, and sizes
  • Server performance monitoring: real-time monitoring of hit rates of common operations such as get, delete, incr, decr, and CAS
  • Supports data traversal to facilitate monitoring of stored content
  • Supports conditional queries to filter out keys or values that meet the conditions.
  • Array, JSON, and other Serialized character deserialization display
  • Other services compatible with the memcache protocol, such as Tokyo tyrant (excluding traversal)
  • Supports server connection pools, facilitating and simplifying multi-server management Switching

2. server connection settings


3. Management Interface


4. Resource address

Project address: http://www.junopen.com/memadmin/

: Http://www.junopen.com/memadmin/memadmin-1.0.5.tar.gz

Demo address: http://demo.junopen.com/memadmin_demo/index.php? Action = set. Con

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.