ps aux | head -1;ps aux |grep -v PID |sort -rn -k +4 | head -10
简单记录一下,备查。