請教一下各位大神。既然workerman是分主進(jìn)程和子進(jìn)程的。那我在linux下如何查看workerman的主進(jìn)程呢?或者說我怎么才能看到workerman的主進(jìn)程呢?我使用ps -ef|grep php命令只能看到都只是子進(jìn)程嗎? [attach]1758[/attach] ?
正確姿勢,ps auxf ?
果然,使用 ps auxf|grep php 之后就可以看到了
[attach]1759[/attach]