Network Avg Bytes/sec

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

Knowledge Base article:

Summary

This rule collects average bytes total read/written over the network by each managed virtual machine host 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 NameNetwork Interface
Counter NameBytes Total/sec
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.NetworkAvgBytesTotalPerSec.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>Bytes Total/sec</CounterName>
<ObjectName>Network Interface</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>900</Frequency>
<Tolerance>5</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>