<?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: 16 Top Command Examples in Linux [Monitor Linux Processes]	</title>
	<atom:link href="https://www.tecmint.com/12-top-command-examples-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/12-top-command-examples-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 15:59:33 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/12-top-command-examples-in-linux/comment-page-1/#comment-1649454</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 15 Nov 2021 06:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=960#comment-1649454</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/12-top-command-examples-in-linux/comment-page-1/#comment-1649354&quot;&gt;harsha&lt;/a&gt;.

@Harsha,

Check this article - &lt;a href=&quot;https://www.tecmint.com/save-top-command-output-to-a-file/&quot; title=&quot;How to Save Top Command Output to a File&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;How to Save Top Command Output to a File&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/12-top-command-examples-in-linux/comment-page-1/#comment-1649354">harsha</a>.</p>
<p>@Harsha,</p>
<p>Check this article &#8211; <a target="_blank" href="https://www.tecmint.com/save-top-command-output-to-a-file/" title="How to Save Top Command Output to a File" rel="noopener" target="_blank">How to Save Top Command Output to a File</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: harsha		</title>
		<link>https://www.tecmint.com/12-top-command-examples-in-linux/comment-page-1/#comment-1649354</link>

		<dc:creator><![CDATA[harsha]]></dc:creator>
		<pubDate>Mon, 15 Nov 2021 04:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=960#comment-1649354</guid>

					<description><![CDATA[Great article!! Is there any GUI way of visualizing the &lt;strong&gt;top command&lt;/strong&gt; that is output to a file after sort say for CPU utilization?]]></description>
			<content:encoded><![CDATA[<p>Great article!! Is there any GUI way of visualizing the <strong>top command</strong> that is output to a file after sort say for CPU utilization?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/12-top-command-examples-in-linux/comment-page-1/#comment-1051973</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 23 Oct 2018 06:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=960#comment-1051973</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/12-top-command-examples-in-linux/comment-page-1/#comment-1051762&quot;&gt;madhav&lt;/a&gt;.

@Madhav,

The &lt;code&gt;-n&lt;/code&gt; option specifies the maximum number of iterations and &lt;code&gt;-b&lt;/code&gt; enables batch mode operation, which could be useful for sending output from top to a file.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/12-top-command-examples-in-linux/comment-page-1/#comment-1051762">madhav</a>.</p>
<p>@Madhav,</p>
<p>The <code>-n</code> option specifies the maximum number of iterations and <code>-b</code> enables batch mode operation, which could be useful for sending output from top to a file.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: madhav		</title>
		<link>https://www.tecmint.com/12-top-command-examples-in-linux/comment-page-1/#comment-1051762</link>

		<dc:creator><![CDATA[madhav]]></dc:creator>
		<pubDate>Mon, 22 Oct 2018 14:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=960#comment-1051762</guid>

					<description><![CDATA[Can you explain use of options in this command.
&lt;pre&gt;
# top -n 1 -b &#062; top-output.txt
&lt;/pre&gt;
]]></description>
			<content:encoded><![CDATA[<p>Can you explain use of options in this command.</p>
<pre>
# top -n 1 -b &gt; top-output.txt
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/12-top-command-examples-in-linux/comment-page-1/#comment-997868</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 28 May 2018 05:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=960#comment-997868</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/12-top-command-examples-in-linux/comment-page-1/#comment-996395&quot;&gt;Khim&lt;/a&gt;.

@Khim,

I think you should read this article &lt;a href=&quot;https://www.tecmint.com/find-linux-processes-memory-ram-cpu-usage/&quot; rel=&quot;noopener&quot; target=&quot;_blank&quot;&gt;Find Top 15 Processes By Memory Usage in Linux&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/12-top-command-examples-in-linux/comment-page-1/#comment-996395">Khim</a>.</p>
<p>@Khim,</p>
<p>I think you should read this article <a target="_blank" href="https://www.tecmint.com/find-linux-processes-memory-ram-cpu-usage/" rel="noopener" target="_blank">Find Top 15 Processes By Memory Usage in Linux</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
