Web Service\Bytes Received/sec Performance Rule

Microsoft.Windows.InternetInformationServices.2003.WebServer.WebServiceBytesReceivedSec.Monitor.Collection (Rule)

Knowledge Base article:

Summary

This rule collects performance data for the Web Service\Bytes Received/sec performance counter. This information is collected and is exposed one or more Views and/or Reports.

The Web Service\Bytes Received/sec performance counter exposes the rate data bytes are being received by the Web service.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2003.WebServer
CategoryPerformanceCollection
EnabledFalse
Instance NameWeb Service
Counter NameBytes Received/sec
Frequency300
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.2003.WebServer.WebServiceBytesReceivedSec.Monitor.Collection" Enabled="false" Target="Microsoft.Windows.InternetInformationServices.2003.WebServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PrefDS" TypeID="SystemPerf!System.Performance.DataProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Bytes Received/sec</CounterName>
<ObjectName>Web Service</ObjectName>
<InstanceName>_Total</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>300</Frequency>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>