Workerman啓動與中止相關命令

start.php爲入口文件php

1、啓動debug

一、以debug(調試)方式啓動調試

php start.php start

二、以daemon(守護進程)方式啓動rest

php start.php start -d

2、中止code

php start.php stop

3、重啓blog

php start.php restart

4、平滑重啓進程

php start.php reload

5、查看狀態io

php start.php status

6、查看鏈接狀態(須要Workerman版本>=3.5.0)class

php start.php connections
相關文章
相關標籤/搜索