1.CPU排序前十的进程 # ps aux |head -1; ps aux |sort -rn +2 |head -10 2.内存排序前十的进程 # ps aux |head -1; ps aux |sort -rn +3 |head -10 3.按优先级顺序显示系统中的进程: 4.按处理时间为顺序显示系统中的前十个进程: 5.按实际内存使用的多少顺序显示系统中的前十个进程: 6.按换入页面的多少顺序显示系统中的前10个进程: ------------------------------------------------------------------------------------------------------- ps(process status)
----------------------------------------------------------------------------------------------------
|
AIX下PS排序命令
最新推荐文章于 2020-08-28 15:57:12 发布