Network Interface Bytes Received/sec (Azure)

Microsoft.SystemCenter.Azure.RoleInstance.NetworkInterface.BytesReceived.CollectData (Rule)

Collects the performance counter Network Interface\Bytes Received/sec

Element properties:

TargetMicrosoft.SystemCenter.Azure.RoleInstance
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.Azure.RoleInstance.PerformanceCounter.CollectData.DS Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.Azure.RoleInstance.NetworkInterface.BytesReceived.CollectData" Enabled="onEssentialMonitoring" Target="Microsoft.SystemCenter.Azure.RoleInstance" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.Azure.RoleInstance.PerformanceCounter.CollectData.DS">
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>120</TimeoutSeconds>
<CounterName>Bytes Received/sec</CounterName>
<ObjectName>Network Interface</ObjectName>
<AllInstances>true</AllInstances>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>