1.安装
# wget https://github.com/kr/beanstalkd/archive/v1.10.tar.gz # tar xzvf v1.10 # cd beanstalkd-1.10/ # make && make install # beanstalkd -v beanstalkd 1.10
2.启动
beanstalkd -z 10000000 -b /opt/logs/beanstalkd &
----------------------------------------------------------
beanstalkd -h
3.监控
telnet localhost 11300
stats
注:
很多时候 telnet 完就无法退出了,ctrl+c 有时也无法退出
后来找到了正确的命令 ctrl+] 然后在telnet 命令行输入 quit 就可以退出了