Available MBytes

Microsoft.SystemCenter.VirtualMachineManager.ManagedHost.MemoryAvailableMBytes.Collection (Rule)

Knowledge Base article:

Summary

This rule collects total available memory (in MB) on managed virtual machine hosts in System Center Virtual Machine Manager (VMM). The data is used by the Host Utilization and Host Utilization Growth reports. By default, data is collected every 15 minutes.

About the reports:

External

For more information about VMM reports, see Reporting (http://go.microsoft.com/fwlink/?LinkId=98639) in Virtual Machine Manager Help.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.2007.Agent
CategoryPerformanceCollection
EnabledTrue
Instance NameMemory
Counter NameAvailable MBytes
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
PerformanceDS DataSource System.Performance.OptimizedDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.VirtualMachineManager.ManagedHost.MemoryAvailableMBytes.Collection" Enabled="true" Target="Microsoft.SystemCenter.VirtualMachineManager.2007.Agent">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Available MBytes</CounterName>
<ObjectName>Memory</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>10</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>12</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>