CN2.HK 是专业经营国际CN2网络的服务商,为大陆中小企业提供稳定、安全、合规的国际互联网接入服务。

香港云 cn2.hk 香港云 cn2.hk

服务热线:400 888 9543

服务信箱:idc@cn2.hk

supervisor是一个用 Python 写的进程管理工具,可以很方便的用来在 UNIX-like 系统(不支持 Windows)下启动、重启(自动重启程序)、关闭进程(不仅仅是 Python 进程)。

语法格式: supervisord [参数]

常用参数:

status 查看程序状态
start 启动程序
stop 关闭程序
update 重启配置文件修改过的程序

参考实例

查看进程运行状态:

[root@linuxcool ~]# supervisorctl status

启动进程:

[root@linuxcool ~]# supervisorctl start 进程名

关闭进程:

[root@linuxcool ~]# supervisorctl stop 进程名

清空进程日志:

[root@linuxcool ~]# supervisorctl clear 进程名

重新载入配置文件:

[root@linuxcool ~]# supervisorctl update

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

在线客服