首页 > 如何终止多余 Supervisor 进程?

如何终止多余 Supervisor 进程?

我在学习supervisor使用时候启动了多个supervisor进程,后来想终止多余supervisor进程发现出现如下所示情况:

[root@iZ28g1lschaZ ~]# ps -ef | grep supervisor
root      3773     1  0 Mar30 ?        00:03:43 [supervisord] <defunct>
root      5050     1  0 Apr03 ?        00:00:01 [supervisord] <defunct>
root      5656     1  0 Apr03 ?        00:00:29 /usr/bin/python /usr/bin/supervisord -c /etc/supervisord.conf
root      7921  7810  0 12:06 pts/0    00:00:00 grep --color=auto super

请问第2,3行是什么情况?使用kill并不能终止这两个进程。


应该是僵尸进程,kill 即可

【热门文章】
【热门文章】