多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# 命令如下: ## ps -ef| grep php ## //查看启动进程数量 ![](https://img.kancloud.cn/71/fb/71fbb26b75f0ed8041d0575d8ddafedb_1181x720.png) <br/> ## netstat -nltp ## // 查看liunx所有程序的端口,以此判断有无启动成功 ## pstree -p 主进程号 ## //查看所有进程的状态 ![](https://img.kancloud.cn/10/a7/10a71e1b2a11d3b965d63ee1181b6207_1434x579.png) ![](https://img.kancloud.cn/ae/c8/aec836dfcd859508137fb5cd8c5fc7af_1045x455.png)