1、Nginx的信号控制

 

TERM, INT

Quick shutdown 轻易不要这样用

QUIT

Graceful shutdown  优雅的关闭进程,即等请求结束后再关闭

HUP

Configuration reload ,Start the new worker processes with

 a new configuration Gracefully shutdown the old worker processes

改变配置文件,平滑的重读配置文件

USR1

Reopen the log files 重读日志,在日志按月/日分割时有用

USR2

Upgrade Executable on the fly 平滑的升级

WINCH

Gracefully shutdown the worker processes 优雅关闭旧的进程(配合USR2来进行升级)

 

 

➜  nginx ps aux|grep nginx
root       9389  0.0  0.0  20552   432 ?        Ss   16:45   0:00 nginx: master process ./sbin/nginx
nobody     9391  0.0  0.1  23008  1016 ?        S    16:45   0:00 nginx: worker process
➜  nginx kill -HUP 9389
➜  nginx ps aux|grep nginx
root       9389  0.0  0.1  20684  1316 ?        Ss   16:45   0:00 nginx: master process ./sbin/nginx
nobody     9641  0.0  0.1  23148  1560 ?        S    16:58   0:00 nginx: worker process
➜  nginx ps aux|grep nginx
root       9389  0.0  0.1  20684  1316 ?        Ss   16:45   0:00 nginx: master process ./sbin/nginx
nobody     9641  0.0  0.1  23148  1560 ?        S    16:58   0:00 nginx: worker process

 

master不变 worker 新开了一个

 

 

具体语法:

Kill -信号选项 nginx的主进程号

Kill -HUP 4873

 

Kill -信号控制 `cat /xxx/path/log/nginx.pid`

 

Kil; -USR1 `cat /xxx/path/log/nginx.pid` nginx.conf里面配置的路径

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值