标签: php ssh
如何通过ssh获取php进程列表?并获取所需的php进程的PID,如何查看所需的进程在哪里?
答案 0 :(得分:0)
你可以在unix shell上得到这样的东西
$ssh 10.2.8.67 "ps -ax | grep php | cut -d' ' -f1"