ps--sort排序功能
ps aux --sort +rss/rss根据内存正序排
ps aux --sort -rss 逆序
ps aux --sort -pid/pid
ps aux --sort %cpu/-%cpu 根据cpu排序
关于ps命令显⽰不全的解决⽅法:ps aux | more ; ps auxww 后⾯的w要写两遍
man ps看下帮助信息:
-w Use 132 columns to display information, instead of the default which is your window size. If the -w option is specified more than once, ps will use as many columns as
sort命令排序necessary without regard for your window size. When output is not to a terminal, an unlimited number of columns are always used.
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论