Сбор WSUS: Reporting Web Service\Events per Second Dispatched

Microsoft.Windows.Server.UpdateServices.2012.Server.PerformanceCollection.ReportingWebService.EventsperSecondDispatched (Rule)

Собирает данные счетчика производительности Events per Second Dispatched.

Knowledge Base article:

Краткое описание

Данное правило собирает данные для WSUS: Reporting Web Service\Events per Second Dispatched.

Причины

Данный раздел не применим к правилам сбора данных о производительности.

Решения

Устранение неполадок выполнения правил сбора данных о производительности не предусмотрено, так как они не задают состояний и не создают предупреждений.

Element properties:

TargetMicrosoft.Windows.Server.UpdateServices.2012.Server
CategoryPerformanceCollection
EnabledTrue
Instance NameWSUS: Reporting Web Service
Counter NameEvents per Second Dispatched
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.Server.UpdateServices.2012.Server.PerformanceCollection.ReportingWebService.EventsperSecondDispatched" Enabled="true" Target="Microsoft.Windows.Server.UpdateServices.2012.Server" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Events per Second Dispatched</CounterName>
<ObjectName>WSUS: Reporting Web Service</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>0</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>1</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>