查看内存占比占用最多前十排名 ps auxw|head -1;ps -auxf|sort -nr -k4|head -10 查看CPU占比占用最多前十排名 ps auxw|head -1;ps -auxf|sort -nr -k3|head -10 查看内存VSZ占用最多前十排名 ps auxw