收集 WSUS: API Remoting Web Service\Maximum execution time

Microsoft.Windows.Server.UpdateServices.10.0.Server.PerformanceCollection.APIRemotingWebService.Maximumexecutiontime (Rule)

收集 Maximum execution time 性能计数器。

Knowledge Base article:

摘要

此规则收集 WSUS: API Remoting Web Service\Maximum execution time 的数据。

原因

本节不适用于性能收集规则。

解决方案

对性能收集规则没有可执行的解决办法,因为它们不生成状态或警报。

Element properties:

TargetMicrosoft.Windows.Server.UpdateServices.10.0.Server
CategoryPerformanceCollection
EnabledTrue
Instance NameWSUS: API Remoting Web Service
Counter NameMaximum execution time
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.APIRemotingWebService.Maximumexecutiontime" 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>Maximum execution time</CounterName>
<ObjectName>WSUS: API Remoting 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>