<?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: How To Capture Unix Top Command Output to a File in Readable Format</title>
	<atom:link href="http://www.thegeekstuff.com/2009/10/how-to-capture-unix-top-command-output-to-a-file-in-readable-format/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2009/10/how-to-capture-unix-top-command-output-to-a-file-in-readable-format/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: abhi</title>
		<link>http://www.thegeekstuff.com/2009/10/how-to-capture-unix-top-command-output-to-a-file-in-readable-format/comment-page-1/#comment-81164</link>
		<dc:creator>abhi</dc:creator>
		<pubDate>Tue, 25 Jan 2011 13:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2458#comment-81164</guid>
		<description>Hi,

to see a saved top file try:
[root@xyz ~]# cat filename

Abhi.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>to see a saved top file try:<br />
[root@xyz ~]# cat filename</p>
<p>Abhi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5 Ways to Execute UNIX / Linux Commands (and Shell Scripts) in Background</title>
		<link>http://www.thegeekstuff.com/2009/10/how-to-capture-unix-top-command-output-to-a-file-in-readable-format/comment-page-1/#comment-72983</link>
		<dc:creator>5 Ways to Execute UNIX / Linux Commands (and Shell Scripts) in Background</dc:creator>
		<pubDate>Mon, 13 Dec 2010 06:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2458#comment-72983</guid>
		<description>[...] How To Capture Unix Top Command Output to a File in Readable Format [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Capture Unix Top Command Output to a File in Readable Format [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghavendra</title>
		<link>http://www.thegeekstuff.com/2009/10/how-to-capture-unix-top-command-output-to-a-file-in-readable-format/comment-page-1/#comment-50322</link>
		<dc:creator>Raghavendra</dc:creator>
		<pubDate>Thu, 17 Jun 2010 14:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2458#comment-50322</guid>
		<description>Hi,

I have tried executing the Top command. I get the Junk characters in the file.
I have tried the Less command given but i get a error &quot;command not found&quot; but when i try man less i get an output.

I am doing this on HP-UNIX.
Any ideas and suggestions?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have tried executing the Top command. I get the Junk characters in the file.<br />
I have tried the Less command given but i get a error &#8220;command not found&#8221; but when i try man less i get an output.</p>
<p>I am doing this on HP-UNIX.<br />
Any ideas and suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nardi</title>
		<link>http://www.thegeekstuff.com/2009/10/how-to-capture-unix-top-command-output-to-a-file-in-readable-format/comment-page-1/#comment-21287</link>
		<dc:creator>nardi</dc:creator>
		<pubDate>Mon, 02 Nov 2009 11:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2458#comment-21287</guid>
		<description>@Madhan Sry. I was trying if sed can handle something like &quot;last but one&quot; notation and sent wrong &quot;version&quot; of command. SathiyaMoorthy corrected this mistake.</description>
		<content:encoded><![CDATA[<p>@Madhan Sry. I was trying if sed can handle something like &#8220;last but one&#8221; notation and sent wrong &#8220;version&#8221; of command. SathiyaMoorthy corrected this mistake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhan</title>
		<link>http://www.thegeekstuff.com/2009/10/how-to-capture-unix-top-command-output-to-a-file-in-readable-format/comment-page-1/#comment-21215</link>
		<dc:creator>Madhan</dc:creator>
		<pubDate>Sun, 01 Nov 2009 15:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2458#comment-21215</guid>
		<description>Hi nardi,
It is throwing an error as follows:
[root@madhan ~]# top -n1 -b &#124; sed -n &#039;8,$-1p&#039; &#124; sort -r -n +9 -9 &gt; /var/log/memusg.log
sed: -e expression #1, char 4: unknown command: `-&#039;

sathiyaMoorthy : it is working. 
Thanks a lot  to all</description>
		<content:encoded><![CDATA[<p>Hi nardi,<br />
It is throwing an error as follows:<br />
[root@madhan ~]# top -n1 -b | sed -n &#8217;8,$-1p&#8217; | sort -r -n +9 -9 &gt; /var/log/memusg.log<br />
sed: -e expression #1, char 4: unknown command: `-&#8217;</p>
<p>sathiyaMoorthy : it is working.<br />
Thanks a lot  to all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SathiyaMoorthy</title>
		<link>http://www.thegeekstuff.com/2009/10/how-to-capture-unix-top-command-output-to-a-file-in-readable-format/comment-page-1/#comment-20545</link>
		<dc:creator>SathiyaMoorthy</dc:creator>
		<pubDate>Mon, 26 Oct 2009 15:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2458#comment-20545</guid>
		<description>&lt;strong&gt;@Madhan&lt;/strong&gt;
This may be the one you are looking for...

top -n1 -b &#124; sed -n &#039;8,$p&#039; &#124; sort -r -n -k 10,10</description>
		<content:encoded><![CDATA[<p><strong>@Madhan</strong><br />
This may be the one you are looking for&#8230;</p>
<p>top -n1 -b | sed -n &#8217;8,$p&#8217; | sort -r -n -k 10,10</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nardi</title>
		<link>http://www.thegeekstuff.com/2009/10/how-to-capture-unix-top-command-output-to-a-file-in-readable-format/comment-page-1/#comment-20483</link>
		<dc:creator>nardi</dc:creator>
		<pubDate>Sun, 25 Oct 2009 21:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2458#comment-20483</guid>
		<description>Madhan you could put this script to your cron or whatever. 
top -n1 -b &#124; sed -n &#039;8,$-1p&#039; &#124; sort -r -n +9 -9 &gt; /var/log/memusg.log</description>
		<content:encoded><![CDATA[<p>Madhan you could put this script to your cron or whatever.<br />
top -n1 -b | sed -n &#8217;8,$-1p&#8217; | sort -r -n +9 -9 &gt; /var/log/memusg.log</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhan</title>
		<link>http://www.thegeekstuff.com/2009/10/how-to-capture-unix-top-command-output-to-a-file-in-readable-format/comment-page-1/#comment-20471</link>
		<dc:creator>Madhan</dc:creator>
		<pubDate>Sun, 25 Oct 2009 17:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2458#comment-20471</guid>
		<description>If i need a top output sorted by memory utilization by processes into a text file for every 15 mins. how can we do this</description>
		<content:encoded><![CDATA[<p>If i need a top output sorted by memory utilization by processes into a text file for every 15 mins. how can we do this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Destillat KW43-2009 &#124; duetsch.info - GNU/Linux, Open Source, Softwareentwicklung, Selbstmanagement, Vim ...</title>
		<link>http://www.thegeekstuff.com/2009/10/how-to-capture-unix-top-command-output-to-a-file-in-readable-format/comment-page-1/#comment-20200</link>
		<dc:creator>Destillat KW43-2009 &#124; duetsch.info - GNU/Linux, Open Source, Softwareentwicklung, Selbstmanagement, Vim ...</dc:creator>
		<pubDate>Fri, 23 Oct 2009 09:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2458#comment-20200</guid>
		<description>[...] How To Capture Unix Top Command Output to a File in Readable Format [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Capture Unix Top Command Output to a File in Readable Format [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 15:53:40 -->
