主题:一键查看占用内存、cpu高的进程
echo "----------------cpu top 10 list----------------"
ps -eo pid,pcpu,pmem,args --sort=-pcpu|head -n 10
echo "----------------memery top 10 list-------------"
ps -eo pid,pcpu,pmem,args --sort=-pmem|head -n 10
小结:
ps -eo 后面可以跟具体的key ,pid pcpu cmem args --sort=-pcpu 那key排序