<?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: The Skinny on ESXTOP</title>
	<atom:link href="http://vmtoday.com/2009/09/the-skinny-on-esxtop/feed/" rel="self" type="application/rss+xml" />
	<link>http://vmtoday.com/2009/09/the-skinny-on-esxtop/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-skinny-on-esxtop</link>
	<description>VMware News, Views, &#38; How-To&#039;s from Josh Townsend</description>
	<lastBuildDate>Sat, 24 Jul 2010 21:00:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Joshua Townsend</title>
		<link>http://vmtoday.com/2009/09/the-skinny-on-esxtop/comment-page-1/#comment-710</link>
		<dc:creator>Joshua Townsend</dc:creator>
		<pubDate>Fri, 04 Jun 2010 15:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://vmtoday.com/?p=244#comment-710</guid>
		<description>Great work, Sebastian. Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Great work, Sebastian. Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Kayser</title>
		<link>http://vmtoday.com/2009/09/the-skinny-on-esxtop/comment-page-1/#comment-709</link>
		<dc:creator>Sebastian Kayser</dc:creator>
		<pubDate>Fri, 04 Jun 2010 14:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://vmtoday.com/?p=244#comment-709</guid>
		<description>Josh, this is wonderful, thanks for the great (detailled) article! Regarding the selection of the relevant columns, I&#039;ve used the following Perl one-liner to first deselect _all_ columns and then manually selected the few ones which I was interested in via esxtop.

    perl -pi -e &#039;$_ = lc if /^[[:alpha:]]/&#039; .esxtop4rc-batch

Briefly tested on ESX4. When there are only a few columns of interest this is considerably faster (and of course much more fun ;) than manual deselection.

Sebastian</description>
		<content:encoded><![CDATA[<p>Josh, this is wonderful, thanks for the great (detailled) article! Regarding the selection of the relevant columns, I&#8217;ve used the following Perl one-liner to first deselect _all_ columns and then manually selected the few ones which I was interested in via esxtop.</p>
<p>    perl -pi -e &#8216;$_ = lc if /^[[:alpha:]]/&#8217; .esxtop4rc-batch</p>
<p>Briefly tested on ESX4. When there are only a few columns of interest this is considerably faster (and of course much more fun <img src='http://vmtoday.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  than manual deselection.</p>
<p>Sebastian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lloyd</title>
		<link>http://vmtoday.com/2009/09/the-skinny-on-esxtop/comment-page-1/#comment-182</link>
		<dc:creator>lloyd</dc:creator>
		<pubDate>Mon, 09 Nov 2009 03:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://vmtoday.com/?p=244#comment-182</guid>
		<description>Unable to get esxtop -batch mode to use either default template /root/.esxtop310rc or custom template.
after deselect all atributes except disk  A I J and then using W to default template. the following resulted in 12758 columns.
Then tried creating custom template, same result.

esxtop -b -d 15 -n 5760 -c /var/opt/esxtop/.customrc &gt; var/opt/esxtop/srv01.csv 

Has anyone really got ESX 3.5 U4 to run esxtop in batch mode and limit the # of columns??  I don&#039;t believe its possible.</description>
		<content:encoded><![CDATA[<p>Unable to get esxtop -batch mode to use either default template /root/.esxtop310rc or custom template.<br />
after deselect all atributes except disk  A I J and then using W to default template. the following resulted in 12758 columns.<br />
Then tried creating custom template, same result.</p>
<p>esxtop -b -d 15 -n 5760 -c /var/opt/esxtop/.customrc &gt; var/opt/esxtop/srv01.csv </p>
<p>Has anyone really got ESX 3.5 U4 to run esxtop in batch mode and limit the # of columns??  I don&#8217;t believe its possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff White</title>
		<link>http://vmtoday.com/2009/09/the-skinny-on-esxtop/comment-page-1/#comment-181</link>
		<dc:creator>Geoff White</dc:creator>
		<pubDate>Tue, 03 Nov 2009 17:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://vmtoday.com/?p=244#comment-181</guid>
		<description>Try this program in Beta for reading esxtop batch mode data, it can read the very larrg CSV files, plot data that is gathered, you can even use regex queries to prune out the metrics that you want and export them to a new CSV file that is small enough to load into Excel or PERFMON, (or reload it back into esxplot)


http://vpivot.com/2009/10/21/esxtop-analysis-with-esxplot/</description>
		<content:encoded><![CDATA[<p>Try this program in Beta for reading esxtop batch mode data, it can read the very larrg CSV files, plot data that is gathered, you can even use regex queries to prune out the metrics that you want and export them to a new CSV file that is small enough to load into Excel or PERFMON, (or reload it back into esxplot)</p>
<p><a href="http://vpivot.com/2009/10/21/esxtop-analysis-with-esxplot/" rel="nofollow">http://vpivot.com/2009/10/21/esxtop-analysis-with-esxplot/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Lin</title>
		<link>http://vmtoday.com/2009/09/the-skinny-on-esxtop/comment-page-1/#comment-82</link>
		<dc:creator>Mark Lin</dc:creator>
		<pubDate>Fri, 18 Sep 2009 02:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://vmtoday.com/?p=244#comment-82</guid>
		<description>Dear Josh:

Thank you very much for taking your time to answer my question.  It is very detailed and well-explained :)  I really appreciate your work and I am going to work on these methods now, thanks alot :)

Best,

Mark Lin</description>
		<content:encoded><![CDATA[<p>Dear Josh:</p>
<p>Thank you very much for taking your time to answer my question.  It is very detailed and well-explained <img src='http://vmtoday.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I really appreciate your work and I am going to work on these methods now, thanks alot <img src='http://vmtoday.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Best,</p>
<p>Mark Lin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
