摘要: 1.linux查看占用内存最多的程序 ps aux|head -1;ps aux|grep -v PID|sort -rn -k +4|head 2.查看占用cpu最多的程序 ps aux|head -1;ps aux|grep -v PID|sort -rn -k +3|head 阅读全文
posted @ 2020-09-03 09:20 骑着蜗牛看海呀 阅读(107) 评论(0) 推荐(0) 编辑