<?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: Find Top Running Processes by Highest Memory and CPU Usage in Linux	</title>
	<atom:link href="https://www.tecmint.com/find-linux-processes-memory-ram-cpu-usage/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/find-linux-processes-memory-ram-cpu-usage/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 02:12:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ai Loon		</title>
		<link>https://www.tecmint.com/find-linux-processes-memory-ram-cpu-usage/comment-page-1/#comment-1878866</link>

		<dc:creator><![CDATA[Ai Loon]]></dc:creator>
		<pubDate>Wed, 14 Sep 2022 13:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21832#comment-1878866</guid>

					<description><![CDATA[How do I list down the usernames that are consuming high memory/CPU and remove the duplicate names? The names should be separated by &lt;code&gt;;&lt;/code&gt;.]]></description>
			<content:encoded><![CDATA[<p>How do I list down the usernames that are consuming high memory/CPU and remove the duplicate names? The names should be separated by <code>;</code>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mario		</title>
		<link>https://www.tecmint.com/find-linux-processes-memory-ram-cpu-usage/comment-page-1/#comment-1442674</link>

		<dc:creator><![CDATA[Mario]]></dc:creator>
		<pubDate>Mon, 01 Mar 2021 18:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21832#comment-1442674</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/find-linux-processes-memory-ram-cpu-usage/comment-page-1/#comment-1337497&quot;&gt;Mark Thomas&lt;/a&gt;.

That is because you should use &lt;code&gt;--sort=%mem&lt;/code&gt; without &lt;code&gt;(-)&lt;/code&gt; before &lt;code&gt;%mem&lt;/code&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/find-linux-processes-memory-ram-cpu-usage/comment-page-1/#comment-1337497">Mark Thomas</a>.</p>
<p>That is because you should use <code>--sort=%mem</code> without <code>(-)</code> before <code>%mem</code>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: anil		</title>
		<link>https://www.tecmint.com/find-linux-processes-memory-ram-cpu-usage/comment-page-1/#comment-1435066</link>

		<dc:creator><![CDATA[anil]]></dc:creator>
		<pubDate>Mon, 15 Feb 2021 09:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21832#comment-1435066</guid>

					<description><![CDATA[You can use this command:
&lt;pre&gt;
# ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%mem &#124; head
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>You can use this command:</p>
<pre>
# ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%mem | head
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mark Thomas		</title>
		<link>https://www.tecmint.com/find-linux-processes-memory-ram-cpu-usage/comment-page-1/#comment-1337497</link>

		<dc:creator><![CDATA[Mark Thomas]]></dc:creator>
		<pubDate>Mon, 15 Jun 2020 13:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21832#comment-1337497</guid>

					<description><![CDATA[Maybe I am doing something wrong.  It seems to be sorting the highest usage to the bottom.
&lt;pre&gt;
# ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%mem
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Maybe I am doing something wrong.  It seems to be sorting the highest usage to the bottom.</p>
<pre>
# ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%mem
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: reddy		</title>
		<link>https://www.tecmint.com/find-linux-processes-memory-ram-cpu-usage/comment-page-1/#comment-1336635</link>

		<dc:creator><![CDATA[reddy]]></dc:creator>
		<pubDate>Fri, 05 Jun 2020 14:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21832#comment-1336635</guid>

					<description><![CDATA[Thanks a lot.]]></description>
			<content:encoded><![CDATA[<p>Thanks a lot.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
