<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The VMguy &#187; Performance</title>
	<atom:link href="http://vmguy.com/wordpress/index.php/archives/category/performance/feed" rel="self" type="application/rss+xml" />
	<link>http://vmguy.com/wordpress</link>
	<description>Virtualization for the little guy</description>
	<lastBuildDate>Tue, 20 Jul 2010 16:37:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Change Block Tracking and why you care</title>
		<link>http://vmguy.com/wordpress/index.php/archives/1351</link>
		<comments>http://vmguy.com/wordpress/index.php/archives/1351#comments</comments>
		<pubDate>Wed, 28 Apr 2010 16:12:25 +0000</pubDate>
		<dc:creator>The VMguy</dc:creator>
				<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[vReplicator]]></category>

		<guid isPermaLink="false">http://vmguy.com/wordpress/?p=1351</guid>
		<description><![CDATA[I was assisting a customer this week in upgrading to vSphere and installing and running vReplicator from Vizioncore.  vReplicator is not a complex product but works well for what it does: replicate VMs.  During the install of vReplicator, we setup replication for a few VMs.  The product has a few options for how to determine [...]]]></description>
			<content:encoded><![CDATA[<p>I was assisting a customer this week in upgrading to vSphere and installing and running vReplicator from Vizioncore.  vReplicator is not a complex product but works well for what it does: replicate VMs.  During the install of vReplicator, we setup replication for a few VMs.  The product has a few options for how to determine what to replicate.  Since we were now on ESX4 on source and target, I suggested we use Changed Block Tracking mode (CBT) for replication.</p>
<p>When I suggested CBT to the customer they asked, “Why that one?” and how it worked.  So I explained:  When we replicate from source to target, the first copy is a full copy of the data (the “seed” it is often called).  When we go to replicate the next time, we don’t want to replicate the whole thing again, just what has changed since the last time we replicated (often called a “differential”).  The replication software needs to determine what’s changed.  Prior to ESX 4, there was not a built in method to do this.  The software would have to find another method, such as compare snapshot information and determine which blocks are new.  That uses CPU cycles on the ESX hosts and takes time (differential mode in vReplicator takes  roughly 1 minute per GB of VM data).  On the other hand, CBT is a feature in ESX4 that tracks the block changes that have occurred since a point in time.  It does not keep a copy of the changed data in a separate location, just a log that the blocks in question have changed.  This is a huge help to backup and replication technologies who typically have to determine what has changed on the disks via their own methods.  Now, ESX can tell them directly what has changed and they can get right to copying those changed blocks.  This makes the overall replication and backup jobs much quicker.</p>
<p>Now for a few lessons learned in using it.  First, it requires hardware version 7 VM’s (HW7) and ESX4.  VM’s need to have their VMtools upgraded to the latest version and then you can upgrade the VMs to HW7 when they are powered off via right clicking them (this updates the virtual hardware presented to the VMs and will require another reboot in Windows after powering it on when the OS discovers the new virtual HW and loads the drivers – thanks Microsoft!).  Second, CBT it is not on by default.  It is set per VM and is an advanced option you can set in the VM’s config.  Some software have the capability to change the CBT setting for you.  In our case, vReplicator has this option on the CBT options page.  On that page, it will check every VM that it can see and if they are HW7.  If they are HW7, they will show as supported.  On that screen, you will also see a checkbox for the “enabled” field.  When you click the enabled box on your HW7 VMs, vReplicator makes the change for you in the VM’s configuration.  However, as mentioned earlier, you must completely power down that VM and power it back on.  The reason for this is that, to start using it, ESX needs to create the tracking log for each disk (the log is about .5MB for ever GB of VMDK or Virtual Mapped RDM and it’s stored with the VM) and ESX only does this setup process at VM boot time.  So make note, a restart won’t work.  It has to be a VM power down and VM power back on.  There is a great article that taught me a few things on CBT by Eric Siebert that goes into a little more technical detail and you can find it <a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/what-is-changed-block-tracking-in-vsphere/" target="_blank">here</a>.</p>
<p>Once we got this process completed, my customer’s replication jobs ran MUCH faster.  The data being copied from the source to the target was the same, but the time it took vReplicator to determine what to replicate went from minutes to seconds.  Great news too was that we were able to change the replication method on the fly (from Differential to CBT, if you’re using hybrid, I think you need to re-seed).</p>
<p>My final advice, is make sure you understand if your backup/replication software can use CBT and what you need to enable it.  It does take a bit of work to upgrade the tools and virtual hardware (use Update Manager!).  However it’s well worth it in the long run.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmguy.com%2Fwordpress%2Findex.php%2Farchives%2F1351';
  addthis_title  = 'Change+Block+Tracking+and+why+you+care';
  addthis_pub    = 'thevmguy';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmguy.com/wordpress/index.php/archives/1351/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>6 New Technical Papers released</title>
		<link>http://vmguy.com/wordpress/index.php/archives/954</link>
		<comments>http://vmguy.com/wordpress/index.php/archives/954#comments</comments>
		<pubDate>Wed, 08 Jul 2009 14:47:11 +0000</pubDate>
		<dc:creator>The VMguy</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Desktop Virtualization]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://VMGUY.COM/wordpress/?p=954</guid>
		<description><![CDATA[Some good ones came out last week.  Let&#8217;s take a look: VMware vSphere 4: Exchange Server on NFS, iSCSI, and Fibre Channel &#8211; a very nice paper on how NFS, iSCSI, and Fiber Channel performed running a very large number of mailboxes on Exchange. Performance Best Practices for VMware vSphere 4.0 &#8211; Absolutely a must-read [...]]]></description>
			<content:encoded><![CDATA[<p>Some good ones came out last week.  Let&#8217;s take a look:</p>
<ul>
<li><a href="http://www.vmware.com/resources/techresources/10038" target="_blank">VMware vSphere 4: Exchange Server on NFS, iSCSI, and Fibre Channel</a> &#8211; a very nice paper on how NFS, iSCSI, and Fiber Channel performed running a very large number of mailboxes on Exchange.</li>
<li><a href="http://www.vmware.com/resources/techresources/10041" target="_blank">Performance Best Practices for VMware vSphere 4.0</a> &#8211; Absolutely a must-read for new administrators and a new addition for my <a href="http://vmguy.com/wordpress/index.php/admin-bookmarks" target="_self">Admin Bookmarks page</a> .  This is also a great review for those looking to upgrade to vSphere.</li>
<li><a href="http://www.vmware.com/resources/techresources/10039" target="_blank">Using Local Disks in VMware View Deployment</a> &#8211; A very interesting idea: in a remote office running local ESX servers, use a Storage Appliance to gain HA with local disks only for desktops running in View.</li>
<li><a href="http://www.vmware.com/resources/techresources/10040" target="_blank">VMware Fault Tolerance Recommendations and Considerations on VMware vSphere 4</a> &#8211; The defacto-standard read if you are planning to use FT in your enviornment.  This article is a keeper of all of the current ins-and-outs of FT.</li>
<li><a href="http://www.vmware.com/resources/techresources/10042" target="_blank">What&#8217;s New in VMware vSphere 4: Virtual Networking</a> &#8211; a great reference for all of the new capabilities in networking in 4.0.  Very detailed and technical.</li>
<li><a href="http://www.vmware.com/resources/techresources/10043" target="_blank">What Is New in VMware vSphere 4: Storage</a> &#8211; The complete list of everything that&#8217;s new from a storage perspective.  From thin-provisioning to Pluggable Storage Architecture, it&#8217;s all there.</li>
</ul>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmguy.com%2Fwordpress%2Findex.php%2Farchives%2F954';
  addthis_title  = '6+New+Technical+Papers+released';
  addthis_pub    = 'thevmguy';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmguy.com/wordpress/index.php/archives/954/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New technical papers from the week</title>
		<link>http://vmguy.com/wordpress/index.php/archives/880</link>
		<comments>http://vmguy.com/wordpress/index.php/archives/880#comments</comments>
		<pubDate>Fri, 29 May 2009 20:23:23 +0000</pubDate>
		<dc:creator>The VMguy</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Desktop Virtualization]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://VMGUY.COM/wordpress/?p=880</guid>
		<description><![CDATA[A couple new technical papers got posted this week.  Some good reading for the IT staffers working hard this summer. Microsoft Exchange Server 2007 Performance on VMware vSphereTM 4 &#60;-Great reading for seeing how Exchange performs on ESX4. Smart Card and Certificate Authentication in VMware View  &#60;-If you need to use smart cards with VMware View this [...]]]></description>
			<content:encoded><![CDATA[<p>A couple new technical papers got posted this week.  Some good reading for the IT staffers working hard this summer.</p>
<p><a href="http://www.vmware.com/resources/techresources/10021" target="_blank">Microsoft Exchange Server 2007 Performance on VMware vSphere<sup>TM</sup> 4</a> &lt;-Great reading for seeing how Exchange performs on ESX4.</p>
<p><a href="http://www.vmware.com/resources/techresources/10024" target="_blank">Smart Card and Certificate Authentication in VMware View </a> &lt;-If you need to use smart cards with VMware View this a must read</p>
<p><a href="http://www.vmware.com/resources/techresources/10023" target="_blank">Repurposing a PC to a Thin Desktop Using VMware View</a> &lt;-a very common question from customers that want to extend the life of their PC a little longer.  Good reading on a few ideas on how to do so.</p>
<p><a href="http://www.vmware.com/resources/techresources/1052" target="_blank">Network Segmentation in Virtualized Environments</a>  &lt;-Some good ideas if you need to seperate and firewall off sections of your infrastructure.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmguy.com%2Fwordpress%2Findex.php%2Farchives%2F880';
  addthis_title  = 'New+technical+papers+from+the+week';
  addthis_pub    = 'thevmguy';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmguy.com/wordpress/index.php/archives/880/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>vSphere Performance Enhancements White Paper</title>
		<link>http://vmguy.com/wordpress/index.php/archives/817</link>
		<comments>http://vmguy.com/wordpress/index.php/archives/817#comments</comments>
		<pubDate>Wed, 06 May 2009 11:00:23 +0000</pubDate>
		<dc:creator>The VMguy</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Enhanced VMotion Compatibility]]></category>
		<category><![CDATA[EPT]]></category>
		<category><![CDATA[Extended Page Table]]></category>
		<category><![CDATA[Rapid Virtualization Indexing]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://VMGUY.COM/wordpress/?p=817</guid>
		<description><![CDATA[Sorry, missed this one from a week ago.  VMware released a technical white paper on all of the performance enhancements in vSphere 4.0.  Things like 8-way SMP VMs or 64 NFS mounts per cluster as well as many more.  Some good reading if you like the technology and to see what has been enhanced and [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry, missed this one from a week ago.  VMware released a technical white paper on all of the performance enhancements in vSphere 4.0.  Things like 8-way SMP VMs or 64 NFS mounts per cluster as well as many more.  Some good reading if you like the technology and to see what has been enhanced and added.</p>
<p>You can read all of the details in the white paper<a href="http://www.vmware.com/files/pdf/vsphere_performance_wp.pdf" target="_blank"> here</a> .</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmguy.com%2Fwordpress%2Findex.php%2Farchives%2F817';
  addthis_title  = 'vSphere+Performance+Enhancements+White+Paper';
  addthis_pub    = 'thevmguy';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmguy.com/wordpress/index.php/archives/817/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Whitepaper: SQL on ESX Best Practices</title>
		<link>http://vmguy.com/wordpress/index.php/archives/652</link>
		<comments>http://vmguy.com/wordpress/index.php/archives/652#comments</comments>
		<pubDate>Thu, 19 Mar 2009 16:30:19 +0000</pubDate>
		<dc:creator>The VMguy</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://VMGUY.COM/wordpress/?p=652</guid>
		<description><![CDATA[We&#8217;ve had a bit of discussion as of late about running SQL on ESX.  There are so many things to consider in storage, network, VM layout, etc.  VMware has released a new whitepaper on all of those considerations.  It&#8217;s really a very good summary of all things to consider when beginning to virtualize your Tier-1 [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve had a <a href="http://vmguy.com/wordpress/index.php/archives/643" target="_blank">bit of discussion</a> as of late about running SQL on ESX.  There are so many things to consider in storage, network, VM layout, etc.  VMware has released a new whitepaper on all of those considerations.  It&#8217;s really a very good summary of all things to consider when beginning to virtualize your Tier-1 applications.  It has outstanding sections on CPU, memory, network, storage and availability.  More good reading for Admins entering into this phase of virtualization.</p>
<p>You can find all of the details in the article <a href="http://www.vmware.com/resources/techresources/10002" target="_blank">here.</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmguy.com%2Fwordpress%2Findex.php%2Farchives%2F652';
  addthis_title  = 'New+Whitepaper%3A+SQL+on+ESX+Best+Practices';
  addthis_pub    = 'thevmguy';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmguy.com/wordpress/index.php/archives/652/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want to run SQL on ESX?  Read on.</title>
		<link>http://vmguy.com/wordpress/index.php/archives/643</link>
		<comments>http://vmguy.com/wordpress/index.php/archives/643#comments</comments>
		<pubDate>Fri, 13 Mar 2009 20:26:03 +0000</pubDate>
		<dc:creator>The VMguy</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://VMGUY.COM/wordpress/?p=643</guid>
		<description><![CDATA[Just started review today&#8217;s pile of Virtualization news and came across this blog post .  So many of my customers are starting to look to virtualize SQL and Exchange.  The article contains some great information on enhancements you can do to make SQL hum on ESX.  What I found interesting is that with some tweaking, [...]]]></description>
			<content:encoded><![CDATA[<p>Just started review today&#8217;s pile of Virtualization news and came across <a href="http://communities.vmware.com/blogs/drummonds/2009/03/13/your-sql-server-performance-is-not-vmwares-fault" target="_blank">this blog post</a> .  So many of my customers are starting to look to virtualize SQL and Exchange.  The article contains some great information on enhancements you can do to make SQL hum on ESX.  What I found interesting is that with some tweaking, you can increase performance by 21%.  That is pretty substantial.</p>
<p>To find out all of the tips and tweaks of running SQL on ESX, better read the <a href="http://communities.vmware.com/docs/DOC-8964" target="_blank">Best practices guidlines for running SQL on VMware</a> .</p>
<p>Next up, virtualizing Exchange tips.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmguy.com%2Fwordpress%2Findex.php%2Farchives%2F643';
  addthis_title  = 'Want+to+run+SQL+on+ESX%3F++Read+on.';
  addthis_pub    = 'thevmguy';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmguy.com/wordpress/index.php/archives/643/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What do 8 cores mean for ESX licensing?</title>
		<link>http://vmguy.com/wordpress/index.php/archives/589</link>
		<comments>http://vmguy.com/wordpress/index.php/archives/589#comments</comments>
		<pubDate>Tue, 10 Feb 2009 22:14:21 +0000</pubDate>
		<dc:creator>The VMguy</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[Support Updates]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://VMGUY.COM/wordpress/?p=589</guid>
		<description><![CDATA[I honestly don&#8217;t know the answer to this question but I&#8217;ve already been asked by a few customers so I&#8217;m opening it for discussion.  If you read VMware&#8217;s current EULA (Section 1.6), it describes a processor to include up to 6 cores. Intel has announced a sweet 8-core Nehelem-EX Xeon and it will be interesting [...]]]></description>
			<content:encoded><![CDATA[<p>I honestly don&#8217;t know the answer to this question but I&#8217;ve already been asked by a few customers so I&#8217;m opening it for discussion.  If you read VMware&#8217;s <a href="http://www.vmware.com/download/eula/esx_server.html" target="_blank">current EULA</a> (Section 1.6), it describes a processor to include up to 6 cores.</p>
<p>Intel has <a href="http://www.theregister.co.uk/2009/02/10/nehalem_ex/" target="_blank">announced a sweet 8-core Nehelem-EX Xeon</a> and it will be interesting how this will apply to ESX.  As mentioned, I don&#8217;t know how ESX will license on it but with the processors <a href="http://www.theregister.co.uk/2009/02/10/intel_confirms_nehalem_imminent/" target="_blank">hitting the street this quarter</a> , we won&#8217;t have to wait long to find out.</p>
<p>I will, of course, post additional information as soon as it becomes publically available.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmguy.com%2Fwordpress%2Findex.php%2Farchives%2F589';
  addthis_title  = 'What+do+8+cores+mean+for+ESX+licensing%3F';
  addthis_pub    = 'thevmguy';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmguy.com/wordpress/index.php/archives/589/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New Whitepapers Abound! Java in a VM, View and Application Virtualization performance</title>
		<link>http://vmguy.com/wordpress/index.php/archives/526</link>
		<comments>http://vmguy.com/wordpress/index.php/archives/526#comments</comments>
		<pubDate>Mon, 26 Jan 2009 20:01:17 +0000</pubDate>
		<dc:creator>The VMguy</dc:creator>
				<category><![CDATA[Desktop Virtualization]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[NetApp]]></category>

		<guid isPermaLink="false">http://VMGUY.COM/wordpress/?p=526</guid>
		<description><![CDATA[Whew!  I usually check the White papers for new submissions weekly but clearly I&#8217;m asleep at the wheel!  6 new ones were added. There&#8217;s two new hi-level papers on why NetApp storage and VMware view run well together.  They bring up some good points on the advantages.  They can be found here and here . [...]]]></description>
			<content:encoded><![CDATA[<p>Whew!  I usually check the White papers for new submissions weekly but clearly I&#8217;m asleep at the wheel!  6 new ones were added.</p>
<p>There&#8217;s two new hi-level papers on why NetApp storage and VMware view run well together.  They bring up some good points on the advantages.  They can be found <a href="http://www.vmware.com/files/pdf/partners/netapp-tap-desktop-solution-brief.pdf" target="_blank">here</a> and <a href="http://www.vmware.com/files/pdf/partners/netapp-vmware-view-wp.pdf" target="_blank">here</a> .</p>
<p>There are some great ones on Application Virtualization.</p>
<ul>
<li>The first is a performance comparison of Application Virtualization technologies which can be found <a href="http://www.vmware.com/files/pdf/xpnet_Performance_Review_of_AppVirt_Solutions.pdf" target="_blank">here</a> .  I don&#8217;t know if it was a sponsored study or not but the results are compelling none the less.</li>
<li>Next a great <a href="http://www.vmware.com/files/pdf/thinapp_4_reviewers_guide.pdf" target="_blank">reviewer&#8217;s guide for ThinApp</a> was posted.  This is a must have if you are going to <a href="http://www.vmware.com/go/trythinapp" target="_blank">download the ThinApp eval</a> and try it out.  It gives you the basics of how ThinApp works and how to get started.</li>
</ul>
<p>There&#8217;s also a new one on <a href="http://www.vmware.com/files/pdf/Java_in_Virtual_Machines_on_ESX-FINAL-Jan-15-2009.pdf" target="_blank">Best Practices running Java in a VM on ESX</a> .  Here&#8217;s one that I definately get asked on periodically.  Very technical and good reading for those running Java in a VM.</p>
<p>Lastly, one question I get asked often is how many desktops a customer can stack on a ESX server.  That&#8217;s not a very easy question to answer as everyone&#8217;s workloads are different.  <a href="http://www.vmware.com/files/pdf/vdesk_scaling.pdf" target="_blank">Here&#8217;s a great paper</a> on some standard workloads and how they stack up and affect performance.  Definately a good read for those looking to deploy virtualized desktops.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmguy.com%2Fwordpress%2Findex.php%2Farchives%2F526';
  addthis_title  = 'New+Whitepapers+Abound%21+Java+in+a+VM%2C+View+and+Application+Virtualization+performance';
  addthis_pub    = 'thevmguy';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmguy.com/wordpress/index.php/archives/526/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vCenter statistics settings</title>
		<link>http://vmguy.com/wordpress/index.php/archives/401</link>
		<comments>http://vmguy.com/wordpress/index.php/archives/401#comments</comments>
		<pubDate>Wed, 07 Jan 2009 16:15:04 +0000</pubDate>
		<dc:creator>The VMguy</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[VirtualCenter]]></category>

		<guid isPermaLink="false">http://VMGUY.COM/wordpress/?p=401</guid>
		<description><![CDATA[I&#8217;m a firm believer that better decisions are made with better information.  When you open up the Virtual Infrastructure Client and select Administration/VirtualCenter Management server configuration.  From there select statistics in the left pane.  You will see a right pane that looks something like this: By default, Virtual Center has set the statistics level to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a firm believer that better decisions are made with better information.  When you open up the Virtual Infrastructure Client and select Administration/VirtualCenter Management server configuration.  From there select statistics in the left pane.  You will see a right pane that looks something like this:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://VMGUY.COM/wordpress/wp-content/uploads/2009/01/stats_settings.jpg" alt="" /></p>
<p style="text-align: left;">By default, Virtual Center has set the statistics level to 1.  The levels can range from 1 to 4.  Level 4 maintains the most stats on your environment and is typically used for debugging.  <span id="more-401"></span> I do however believe that there are a lot of benefits to increasing that level to 2 or 3.  For a great list of all of the performance counters that are available at each level, refer to <a href="http://communities.vmware.com/docs/DOC-5600" target="_blank">this doc</a> .  This change can be done on the fly with no impact to running VMs.  I cannot stress enough the value of the Database Sizer located at the bottom of the frame pictured.  Once you have changed the statistics to the levels you are comfortable with, before pressing OK, plug your VM and host values into the sizer so that you know you will have enough room in your database.  The last thing you want is to run out of room on your database server because of the expanded growth.</p>
<p style="text-align: left;">For specifics on the <em>Keep For</em> field, that really is how long the individual data points are kept or &quot;rolled up&quot;.  The real time stats in the performance graphs are not archived and are kept for the past hour.  Past day stats take the real-time stats and roll them up so that there is 1 data point for every 5 minutes.  Thus, there are 12 data points per hour and 288 per day.  Past week stats take the past day stats and roll them up so that there is 1 data point for every 30 minutes.  Thus, there are 48 data points per day and 336 per week.  Past month stats take the past week stats and roll them up so there is 1 data point per 2 hours.  Thus, there are 12 data points per day and 360 per month (30-day month).  Past year stats take the past month stats and roll them up so there is 1 data point per day.  Thus, there are 365 data points per year.</p>
<p style="text-align: left;">For more information, take a look at the <a href="http://www.vmware.com/pdf/vi3_35/esx_3/r35u2/vi3_35_25_u2_admin_guide.pdf" target="_blank">Basic Admin Guide for ESX 3.5</a> starting on page 286 or the <a href="http://www.vmware.com/pdf/vi3_301_201_admin_guide.pdf" target="_blank">Basic Admin Guide for 3.0.3</a> starting on page 274.</p>
<p style="text-align: center;">
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fvmguy.com%2Fwordpress%2Findex.php%2Farchives%2F401';
  addthis_title  = 'vCenter+statistics+settings';
  addthis_pub    = 'thevmguy';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://vmguy.com/wordpress/index.php/archives/401/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
