WSUS: Server Web Service\Maximum execution time erfassen

Microsoft.Windows.Server.UpdateServices.2012.Server.PerformanceCollection.ServerWebService.Maximumexecutiontime (Rule)

Erfasst den Leistungsindikator Maximum execution time.

Knowledge Base article:

Zusammenfassung

Diese Regel sammelt Daten des Leistungsindikators WSUS: Server Web Service\Maximum execution time.

Ursachen

Dieser Abschnitt ist auf Regeln zur Erfassung von Leistungsdaten nicht anwendbar.

Lösungen

Für Regeln zur Erfassung von Leistungsdaten stehen keine Lösungen zur Verfügung, da die Regeln keine Statusinformationen oder Warnungen generieren.

Element properties:

TargetMicrosoft.Windows.Server.UpdateServices.2012.Server
CategoryPerformanceCollection
EnabledTrue
Instance NameWSUS: Server 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.2012.Server.PerformanceCollection.ServerWebService.Maximumexecutiontime" 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>Maximum execution time</CounterName>
<ObjectName>WSUS: Server 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>