正文linux查询当前进程数的命令IP云V管理员/2022-09-11/4 阅读 09/11提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 $command = "ps aux | grep 'zb_insure/get_order_info_from_queue.php' | grep -v 'grep' | grep -v '/bin/sh' | wc -l";exec($command, $out_arr, $return_var);