<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Scripting dynamic memory, part 2: displaying current usage information</title><link>http://blogs.msdn.com/b/virtual_pc_guy/archive/2010/09/08/scripting-dynamic-memory-part-2-displaying-current-usage-information.aspx</link><description>Moving on in my &amp;ldquo;scripting dynamic memory&amp;rdquo; series, the next thing to look at is how to get the current memory usage and memory available data that we display in the Hyper-V manager. You can get the current memory usage by just looking at MSVM_Memory</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Scripting dynamic memory, part 2: displaying current usage information</title><link>http://blogs.msdn.com/b/virtual_pc_guy/archive/2010/09/08/scripting-dynamic-memory-part-2-displaying-current-usage-information.aspx#10121448</link><pubDate>Fri, 28 Jan 2011 11:54:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10121448</guid><dc:creator>Timeshift</dc:creator><description>&lt;p&gt;Just as a note, the MemoryUsage property does NOT return the current memory usage on the virtual machine. What it does return is how much memory is given to it. Eg if you setup 1024 Megs for a VM, it returns 1024, even though the current memory utilization is 300. I&amp;#39;ve yet to find a way to return the actual memory usage except for doing WMI calls on the VM itself. &lt;/p&gt;
&lt;p&gt;Any ideas on how to do it from the host? (without resorting to KVP)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10121448" width="1" height="1"&gt;</description></item></channel></rss>