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

Linux常用命令集合

时间:2020-06-22 19:15:18      阅读:61      评论:0      收藏:0      [点我收藏+]

标签:head   进程   lin   ash   cpu   inux   占用   linux   10个   

1.Linux占用内存/CPU最多的进程

可以使用以下命令查使用内存最多的10个进程

ps -aux | sort -k4nr | head -n 10

可以使用一下命令查使用CPU最多的10个进程

ps -aux | sort -k3nr | head -n 10

  

Linux常用命令集合

标签:head   进程   lin   ash   cpu   inux   占用   linux   10个   

原文地址:https://www.cnblogs.com/tgzmos/p/13178183.html

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