摘要: linux 下 取进程占用 cpu 最高的前10个进程 ps aux|head 1;ps aux|grep v PID|sort rn k +3|head linux 下 取进程占用内存(MEM)最高的前10个进程 ps aux|head 1;ps aux|grep v PID|sort rn k 阅读全文
posted @ 2020-03-05 15:12 little-sheep 阅读(148) 评论(0) 推荐(0) 编辑