On 7/13/06, Roberto Ragusa <mail@xxxxxxxxxxxxxxxx> wrote:
> Kaushal Shriyan wrote:
>
> > how to sort mem process using ps command
> >
> > I am using ps auxw --sort %mem but its not helping me out
>
> I'm using this to detect memory consumers:
>
> ps ww -e k -rss o pid,pmem,command,rss,size,vsz|head -20
>
> It could be useful as a starting point.
>
> Best regards.
>
> --
> Roberto Ragusa mail at robertoragusa.it
>
> --
> fedora-list mailing list
> fedora-list@xxxxxxxxxx
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>
Hi Roberto
[root@e root]# ps ww -e k -rss o pid,pmem,command,rss,size,vsz|head -20
ps: error: Obsolete k option not supported.
usage: ps -[Unix98 options]
ps [BSD-style options]
ps --[GNU-style long options]
ps --help for a command summary
[root@e root]#
> Kaushal Shriyan wrote:
>
> > how to sort mem process using ps command
> >
> > I am using ps auxw --sort %mem but its not helping me out
>
> I'm using this to detect memory consumers:
>
> ps ww -e k -rss o pid,pmem,command,rss,size,vsz|head -20
>
> It could be useful as a starting point.
>
> Best regards.
>
> --
> Roberto Ragusa mail at robertoragusa.it
>
> --
> fedora-list mailing list
> fedora-list@xxxxxxxxxx
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>
Hi Roberto
[root@e root]# ps ww -e k -rss o pid,pmem,command,rss,size,vsz|head -20
ps: error: Obsolete k option not supported.
usage: ps -[Unix98 options]
ps [BSD-style options]
ps --[GNU-style long options]
ps --help for a command summary
[root@e root]#
Kaushal