WSUS: Reporting Web Service\Computer rollups received 수집

Microsoft.Windows.Server.UpdateServices.10.0.Server.PerformanceCollection.ReportingWebService.Computerrollupsreceived (Rule)

Computer rollups received 성능 카운터를 수집합니다.

Knowledge Base article:

요약

이 규칙은 WSUS: Reporting Web Service\Computer rollups received에 대한 데이터를 수집합니다.

원인

성능 수집 규칙에 해당되지 않는 섹션입니다.

해결 방법

성능 수집 규칙이 상태나 경고를 생성하지 않기 때문에 해결 방법이 없습니다.

Element properties:

TargetMicrosoft.Windows.Server.UpdateServices.10.0.Server
CategoryPerformanceCollection
EnabledTrue
Instance NameWSUS: Reporting Web Service
Counter NameComputer rollups received
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.10.0.Server.PerformanceCollection.ReportingWebService.Computerrollupsreceived" Enabled="true" Target="Microsoft.Windows.Server.UpdateServices.10.0.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>Computer rollups received</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>