Coletar Dados de Desempenho SDK

Microsoft.SystemCenter.CollectSdkPerformanceData (Rule)

Coleta todos os Dados de Desempenho SDK

Knowledge Base article:

Resumo

Essa regra é usada internamente pelo OpsMgr. As substituições para essa regra farão com que o comportamento não seja o esperado.

Causas

Essa seção não é aplicável a essa regra.

Resoluções

Não há nenhuma resolução a ser executada para essa regra, pois ela não gera estados ou alertas.

Element properties:

TargetMicrosoft.SystemCenter.RootManagementServer
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue
Commentthis rule collects all performance data from the sdk

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.SdkPerformanceDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CollectSdkPerformanceData" Comment="this rule collects all performance data from the sdk" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.RootManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="SCLibrary!Microsoft.SystemCenter.SdkPerformanceDataProvider"/>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SCLibrary!Microsoft.SystemCenter.CollectPerformanceData"/>
</WriteActions>
</Rule>