This article will introduce to you workerman related commands to start and stop. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
##Related recommendations: "workerman Tutorial"
start.php is the entry file一, Start
1. Start in debug mode (this is after startup, and the startup will be interrupted after shutdown)php start.php start
php start.php start -d
2. Stop
php start.php stop
3. Restart
php start.php restart
4. Smooth restart
php start.php reload
5. Check the status
php start.php status
6. Check the connection status (Workerman required Version>=3.5.0)
php start.php connections
Programming Video! !
The above is the detailed content of Summarize the commands related to starting and stopping Workerman. For more information, please follow other related articles on the PHP Chinese website!