<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Sort Unix processes on ps by highest memory usage</title>
	<atom:link href="http://gadelkareem.com/2008/03/07/sort-unix-processes-on-ps-by-highest-memory-usage/feed/" rel="self" type="application/rss+xml" />
	<link>http://gadelkareem.com/2008/03/07/sort-unix-processes-on-ps-by-highest-memory-usage/</link>
	<description>Ideas For Sharing</description>
	<lastBuildDate>Mon, 14 May 2012 20:56:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Useful Linux commands :: GadElKareem</title>
		<link>http://gadelkareem.com/2008/03/07/sort-unix-processes-on-ps-by-highest-memory-usage/#comment-200142</link>
		<dc:creator>Useful Linux commands :: GadElKareem</dc:creator>
		<pubDate>Sat, 25 Feb 2012 17:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2008/03/07/sort-unix-processes-on-ps-by-highest-memory-usage/#comment-200142</guid>
		<description>[...] sort unix processes on ps by highest memory usage ps -eo pmem,pcpu,rss,vsize,args &#124; sort -k 1 -r &#124; more Share this: [...]</description>
		<content:encoded><![CDATA[<p>[...] sort unix processes on ps by highest memory usage ps -eo pmem,pcpu,rss,vsize,args | sort -k 1 -r | more Share this: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://gadelkareem.com/2008/03/07/sort-unix-processes-on-ps-by-highest-memory-usage/#comment-88254</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 16 Sep 2010 12:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2008/03/07/sort-unix-processes-on-ps-by-highest-memory-usage/#comment-88254</guid>
		<description>excellent!
Thanks,</description>
		<content:encoded><![CDATA[<p>excellent!<br />
Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sascha Ziemann</title>
		<link>http://gadelkareem.com/2008/03/07/sort-unix-processes-on-ps-by-highest-memory-usage/#comment-65702</link>
		<dc:creator>Sascha Ziemann</dc:creator>
		<pubDate>Tue, 11 May 2010 14:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2008/03/07/sort-unix-processes-on-ps-by-highest-memory-usage/#comment-65702</guid>
		<description>This will keep the headline in the first line:
ps -eo pmem,pcpu,rss,vsize,args &#124; { head -1 ; sort -k 1 -r -n ; } &#124; less</description>
		<content:encoded><![CDATA[<p>This will keep the headline in the first line:<br />
ps -eo pmem,pcpu,rss,vsize,args | { head -1 ; sort -k 1 -r -n ; } | less</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yonit</title>
		<link>http://gadelkareem.com/2008/03/07/sort-unix-processes-on-ps-by-highest-memory-usage/#comment-23518</link>
		<dc:creator>yonit</dc:creator>
		<pubDate>Wed, 08 Jul 2009 11:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2008/03/07/sort-unix-processes-on-ps-by-highest-memory-usage/#comment-23518</guid>
		<description>Hi, this one helped me out, 
apperantly pslist wasnt installed on the machine in question.</description>
		<content:encoded><![CDATA[<p>Hi, this one helped me out,<br />
apperantly pslist wasnt installed on the machine in question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T Crever</title>
		<link>http://gadelkareem.com/2008/03/07/sort-unix-processes-on-ps-by-highest-memory-usage/#comment-395</link>
		<dc:creator>T Crever</dc:creator>
		<pubDate>Fri, 18 Apr 2008 18:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://gadelkareem.com/2008/03/07/sort-unix-processes-on-ps-by-highest-memory-usage/#comment-395</guid>
		<description>how about
ps -eo pmem,pcpu,rss,vsize,args &#124; sort -k 1 -r -n &#124; more</description>
		<content:encoded><![CDATA[<p>how about<br />
ps -eo pmem,pcpu,rss,vsize,args | sort -k 1 -r -n | more</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.220 seconds -->

