ps -ef | grep php | awk ‘{print $1}’ | sort -n | uniq -c | sort -n 查看并统计php进程,哪个用户执行php进程多少个
You must be logged in to post a comment.