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