其他分享
首页 > 其他分享> > WORKERMAN启动与停止相关命令

WORKERMAN启动与停止相关命令

作者:互联网

start.php为入口文件

一、启动

1、以debug(调试)方式启动

php start.php start

2、以daemon(守护进程)方式启动

php start.php start -d

二、停止

php start.php stop

三、重启

php start.php restart

四、平滑重启

php start.php reload

五、查看状态

php start.php status

六、查看连接状态(需要Workerman版本>=3.5.0)

php start.php connections

标签:查看,启动,重启,WORKERMAN,start,停止,php
来源: https://blog.csdn.net/wjm0519/article/details/120751092