Horizon 的常用命令

9152 人参与 | 时间:2024年03月29日 03:28:46
内容

supervisord -c /www/soft/supervisord/supervisord.conf
supervisorctl shutdown
supervisorctl status

ps -ef|grep supervisord
ps -ef|grep horizon
ps -ef|grep WorkerMan
ps -ef|grep heartbeat


一键杀死进程
ps -ef | grep 'WorkerMan' | grep -v grep | awk '{print $2}' | xargs kill -9
ps -ef | grep 'horizon' | grep -v grep | awk '{print $2}' | xargs kill -9
ps -ef|grep task.php
ps -ef | grep 'task.php' | grep -v grep | awk '{print $2}' | xargs kill -9