Kolekce Perf: Server oznámení SMS – celkový počet klientů online

Microsoft.SystemCenter2012.ConfigurationManager.Perf_Collection_Number_of_Online_Clients_on_BGBServer_Rule (Rule)

Toto pravidlo shromažďuje celkový počet klientů online.

Knowledge Base article:

Souhrn

Server oznámení Systems Management Server (SMS) se může přetížit, pokud je k němu současně připojeno více než 25 000 klientů.

Tento čítač indikuje počet klientů připojených k serveru oznámení SMS. Pokud toto číslo překročí hodnotu 25 000, bude vygenerována výstraha.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.BGBServer
CategoryPerformanceCollection
EnabledTrue
Instance NameSMS Notification Server
Counter NameTotal online clients
Frequency900
Alert GenerateFalse
RemotableTrue
CommentSIV:CF00012

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.SystemCenter2012.ConfigurationManager.Perf_Collection_Number_of_Online_Clients_on_BGBServer_Rule" Comment="SIV:CF00012" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.BGBServer" 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>Total online clients</CounterName>
<ObjectName>SMS Notification Server</ObjectName>
<InstanceName/>
<Frequency>900</Frequency>
<Tolerance>5</Tolerance>
<MaximumSampleSeparation>10</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>