<div><span class="gmail_quote">On 7/13/06, <b class="gmail_sendername">Roberto Ragusa</b> <<a href="mailto:mail@robertoragusa.it">mail@robertoragusa.it</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Kaushal Shriyan wrote:<br>> On 7/13/06, Roberto Ragusa <<a href="mailto:mail@robertoragusa.it">mail@robertoragusa.it
</a><br>><br>>> I'm using this to detect memory consumers:<br>>><br>>>  ps ww -e k -rss o pid,pmem,command,rss,size,vsz|head -20<br>>><br>>> It could be useful as a starting point.<br>>>
<br>> Hi Roberto<br>><br>> [root@e root]# ps ww -e k -rss o pid,pmem,command,rss,size,vsz|head -20<br>> ps: error: Obsolete k option not supported.<br>> usage: ps -[Unix98 options]<br>>        ps [BSD-style options]
<br>>        ps --[GNU-style long options]<br>>        ps --help for a command summary<br>> [root@e root]#<br><br>It works here on FC5 and it is documented in the man page.<br><br>$ rpm -qf `which ps`<br>procps-3.2.6-3.4
<br><br>What about<br><br>ps ww -e --sort -rss o pid,pmem,command,rss,size,vsz|head -20<br><br>?<br><br>Best regards.<br><br>--<br>  Roberto Ragusa    mail at <a href="http://robertoragusa.it">robertoragusa.it</a><br><br>
--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list
</a><br></blockquote></div>
<div><br> </div>
<div>Thanks Robert</div>
<div>This #ps ww -e --sort -rss o pid,pmem,command,rss,size,vsz|head -20 worked for me</div>
<div> </div>
<div>Thanks Again</div>
<div> </div>
<div>Kaushal<br> </div>