memcached Management and monitoring tools----memadmin

Source: Internet
Author: User
Tags memcached

After using memcached, definitely want to know the effect of cache, for memcached some running state monitoring is necessary, memcached provided stats This command can view the memcached related state, but not very detailed, such as:

[Java]  View plain copy print? [root@bogon bin]# cd /usr/local/bin   [root@bogon bin]# telnet  127.0.0.1 11211   trying 127.0.0.1...   connected to  localhost.localdomain  (127.0.0.1) .   escape character is  ' ^] ' .   stats    stat pid 6779   stat uptime 14217   stat time  1314343512   stat version 1.2.5   stat pointer_size 32   STAT  rusage_user 0.002999   stat rusage_system 0.027995   Stat curr_ items 0   stat total_items 0   stat bytes 0   STAT  curr_connections 3   stat total_connections 4   STAT connection_ structures 4   stat cmd_get 0   stat cmd_set 0   STAT  get_hits 0   stat get_misses 0   stat evictions 0   STAT  bytes_read 56   stat bytes_written 482   stat limit_maxbytes  134217728   stat threads 1   end   quit   Here would like to introduce a web-based form of memcached management and monitoring tools----memadmin

1. Simple Introduction

Memadmin is a visual memcached management and Monitoring tool, using PHP development, small size, easy to operate.

Main function:

Server parameter monitoring: STATS, SETTINGS, ITEMS, slabs, sizes real-time refresh server performance monitoring: Get, DELETE, INCR, DECR, CAs, and other common operation hit rate real-time monitoring support data traversal, to facilitate the monitoring of storage content Support conditional query, filter out the key or value array to meet the conditions, JSON, and other serialized character reverse sequence display compatible Memcache protocol other services, such as Tokyo Tyrant (except traversal function) Support server connection pool, multi-server Management switch Easy simple 2, server connection settings


3, Management interface


4. Resource Address

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

Download Address: 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.