Network Interface - Total Bytes

Microsoft.Office.Sharepoint.Server.2007.Network_Interface_Total_Bytes (Rule)

This rule uses the Bytes Total/sec counter to measure the rate at which bytes are sent and received over each network adapter. This includes framing characters. The Bytes Received/sec counter is the sum of the Network Interface\Bytes Received/sec counter and the Network Interface\Bytes Sent/sec counter.

Knowledge Base article:

Summary

This rule uses the Bytes Total/sec counter to measure the rate at which bytes are sent and received over each network adapter. This includes framing characters. The Bytes Received/sec counter is the sum of the Network Interface\Bytes Received/sec counter and the Network Interface\Bytes Sent/sec counter.

© 2000-2007 Microsoft Corporation, all rights reserved.

Element properties:

TargetMicrosoft.Office.Sharepoint.Server.2007.MOSS.Server
CategoryPerformanceCollection
EnabledTrue
Instance NameNetwork Interface
Counter NameBytes Total/sec
Frequency3600
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.OptimizedDataProvider Default
CollectData WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
DataWarehousePublishData WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Office.Sharepoint.Server.2007.Network_Interface_Total_Bytes" Enabled="onEssentialMonitoring" Target="Microsoft.Office.Sharepoint.Server.2007.MOSS.Server" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="MSWL!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Bytes Total/sec</CounterName>
<ObjectName>Network Interface</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>3600</Frequency>
<Tolerance>10</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>2</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectData" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="DataWarehousePublishData" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>