码迷,mamicode.com
首页 > 系统相关 > 详细

【转】Linux 下取进程占用 cpu/内存 最高的前10个进程

时间:2017-07-24 14:33:36      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:占用   details   replace   nbsp   blog   article   .net   title   10个   

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 +4|head

 

转自:http://blog.csdn.net/namesliu/article/details/6037972

【转】Linux 下取进程占用 cpu/内存 最高的前10个进程

标签:占用   details   replace   nbsp   blog   article   .net   title   10个   

原文地址:http://www.cnblogs.com/willdoop/p/7228425.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!