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