top -bn 1 -i  |awk '{ if (NR > 6) print }' |awk '{ if ($9 > 99) print $1}'| xargs kill -9   杀掉所有占用cpu 99以上的进程