<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Sort CPU usage</title>
	<atom:link href="http://menelkir.wordpress.com/2007/10/13/sort-cpu-usage/feed/" rel="self" type="application/rss+xml" />
	<link>http://menelkir.wordpress.com/2007/10/13/sort-cpu-usage/</link>
	<description>Tech stuff and everything else</description>
	<lastBuildDate>Tue, 10 Nov 2009 01:43:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daemon</title>
		<link>http://menelkir.wordpress.com/2007/10/13/sort-cpu-usage/#comment-906</link>
		<dc:creator>Daemon</dc:creator>
		<pubDate>Tue, 10 Nov 2009 01:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://menelkir.wordpress.com/2007/10/13/sort-cpu-usage/#comment-906</guid>
		<description>Thank you very much!
This was exactly what I was looking for!

Except I wanted mine to be reverse sorted and smaller so:

#  ps -eo pid,user,%cpu,args --sort -%cpu &#124; head</description>
		<content:encoded><![CDATA[<p>Thank you very much!<br />
This was exactly what I was looking for!</p>
<p>Except I wanted mine to be reverse sorted and smaller so:</p>
<p>#  ps -eo pid,user,%cpu,args &#8211;sort -%cpu | head</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeth</title>
		<link>http://menelkir.wordpress.com/2007/10/13/sort-cpu-usage/#comment-570</link>
		<dc:creator>Zeth</dc:creator>
		<pubDate>Sat, 13 Oct 2007 10:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://menelkir.wordpress.com/2007/10/13/sort-cpu-usage/#comment-570</guid>
		<description>The following is more cross-platform and almost as good:

ps -eo pcpu,pid,user,args

The sort option and the use of % are not universal, but you can pipe the output to something else if you really have a lot of processes.</description>
		<content:encoded><![CDATA[<p>The following is more cross-platform and almost as good:</p>
<p>ps -eo pcpu,pid,user,args</p>
<p>The sort option and the use of % are not universal, but you can pipe the output to something else if you really have a lot of processes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
