mosquitto 管理常用命令
摘要:发送信号:# kill -USR2 `ps -e | grep mosquitto |awk '{print $1}'`启动:# mosquitto -c /etc/mosquitto/mosquitto.conf -d -v 查看端口占用:# netstat -anpt | grep 9001
阅读全文
posted @ 2015-12-31 15:45
posted @ 2015-12-31 15:45