Coleta Conexões de Cliente/Serviço SDK do Opsmgr

Microsoft.SystemCenter.OpsMgrSdkService.CollectClientConnections (Rule)

Coleta o contador Conexões de Cliente/Serviço SDK do Opsmgr

Knowledge Base article:

Summary

This rule collects performance counter data that will be used in either reporting or a view.

Element properties:

TargetMicrosoft.SystemCenter.RootManagementServer
CategoryPerformanceCollection
EnabledTrue
Instance NameOpsMgr SDK Service
Counter NameClient Connections
Frequency900
Alert GenerateFalse
RemotableTrue
CommentCollects Opsmgr SDK Service Client Connections

Member Modules:

ID Module Type TypeId RunAs 
PerfDS DataSource System.Performance.DataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.OpsMgrSdkService.CollectClientConnections" Comment="Collects Opsmgr SDK Service Client Connections" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.RootManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerfDS" TypeID="Performance!System.Performance.DataProvider">
<CounterName>Client Connections</CounterName>
<ObjectName>OpsMgr SDK Service</ObjectName>
<Frequency>900</Frequency>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SCLibrary!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>