在PHP7+下监控Memcached服务、性能、扇区等信息
PHPMemcachedAdmin:一款网页可视化的Memcached工具
Github地址:https://github.com/elijaa/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
下载最新的release版本:https://github.com/elijaa/phpmemcachedadmin/releases
安装方法:
解压后上传到根目录,复制Config目录下的Memcache.sample.php文件,重命名创建Memcache.php,配置服务器对应的参数信息(一般默认不用修改)
Temp和Config目录需要可写权限
访问根目录下的/index.php即可
效果图:
声明:版权所有,违者必究 | 如未注明,均为原创 | 本网站采用 BY-NC-SA 协议进行授权
转载:转载请注明原文链接,违者必究 - :https://www.wolfcode.net/info/226/