supervisorctl命令的使用

supervisorctl     进程管理

1.查看所有子进程的状态

[root@wghpt_tomcat2031_8006 ~]# supervisorctl status
dfs                              RUNNING   pid 56001, uptime 151 days, 0:26:28
sshd                             RUNNING   pid 8, uptime 207 days, 0:04:20
tomcat                           RUNNING   pid 125004, uptime 14:35:38

第一列是服务名;
第二列是运行状态,RUNNING表示运行中,FATAL 表示运行失败,STARTING表示正在启动,STOPED表示任务已停止; 
第三/四列是进程号,最后是任务已经运行的时间。

2.查看单个任务状态: supervisorctl status 服务名

 

[root@wghpt_tomcat2031_8006 ~]# supervisorctl status dfs
dfs                              RUNNING   pid 56001, uptime 151 days, 0:28:15

3.关闭任务:supervisorctl stop 服务名

supervisorctl stop dfs

supervisorctl stop all            关闭所有进程

supervisorctl stop tomcat  关闭tomcat

4.启动任务:supervisorctl start 服务名

supervisorctl start dfs

supervisorctl start all       启动所有进程

supervisorctl start tomcat 启动tomcat

5.重启任务:supervisorctl restart 服务名

supervisorctl restart dsf

 

 

  • 11
    点赞
  • 41
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值