2 articles
Wednesday, May 25, 2022
Use the stats command to monitor memcached Of course, it is also very convenient to use telnet to monitor memcached telnet lcaohost:11211 I prefer to ...
使用stats一条命令监控memcached 当然使用telnet 监控memcached也挺方便的 telnet lcaohost:11211 比较喜欢使用stats一条命令监控memcached echo \"stats\"|nc 127.0.0.1 11211 显示如下 STAT pid 758 ...