1. #CPU
    2. ps aux|head -1;ps aux|grep -v PID|sort -rn -k 3|head
    3. #内存
    4. ps aux|head -1;ps aux|grep -v PID|sort -rn -k 4|head