Raccogli WSUS: Client Web Service\Maximum cache size

Microsoft.Windows.Server.UpdateServices.10.0.Server.PerformanceCollection.ClientWebService.Maximumcachesize (Rule)

Raccoglie il contatore delle prestazioni Maximum cache size.

Knowledge Base article:

Riepilogo

Questa regola raccoglie i dati per WSUS: Client Web Service\Maximum cache size.

Cause

Questa sezione non si applica alle regole di raccolta prestazioni.

Soluzioni

Non è necessaria alcuna soluzione per le regole di raccolta prestazioni, in quanto non generano messaggi di stato o avviso.

Element properties:

TargetMicrosoft.Windows.Server.UpdateServices.10.0.Server
CategoryPerformanceCollection
EnabledTrue
Instance NameWSUS: Client Web Service
Counter NameMaximum cache size
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.ClientWebService.Maximumcachesize" 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 cache size</CounterName>
<ObjectName>WSUS: Client 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>