supervisord命令 配置后台服务/常驻进程的进程工具

Haile ·
更新时间:2024-11-15
· 769 次阅读

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

语法格式: supervisord [参数]

常用参数:

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

参考实例

查看进程运行状态:

[root@1024ask.com ~]# supervisorctl status

启动进程:

[root@1024ask.com ~]# supervisorctl start 进程名

关闭进程:

[root@1024ask.com ~]# supervisorctl stop 进程名

清空进程日志:

[root@1024ask.com ~]# supervisorctl clear 进程名

重新载入配置文件:

[root@1024ask.com ~]# supervisorctl update 与该功能相关的Linux命令:yes命令 – 重复打印字符串nstat命令 – 监视内核的SNMP计数器和网络接口状态ssh-keygen命令 – 密钥认证consoletype命令 – 输出已连接的终端类型iptables-save命令 – 保存iptables的表配置dstat命令 – 全能系统信息统计工具procinfo命令 – 显示系统状态uptime命令 – 查看系统负载dpkg命令 – 管理deb包lilo命令 – 安装核心载入



进程 工具 supervisord

需要 登录 后方可回复, 如果你还没有账号请 注册新账号
相关文章