Raccolta dati prestazioni servizio di accesso ai dati

Microsoft.SystemCenter.DataAccessService.CollectSdkPerformanceData (Rule)

Raccoglie tutti i dati di prestazioni del servizio di accesso ai dati

Knowledge Base article:

Riepilogo

Questa regola viene utilizzata internamente da Operations Manager. Le sostituzioni di questa regola causeranno un comportamento che potrebbe non corrispondere a quello previsto.

Element properties:

TargetMicrosoft.SystemCenter.ManagementDataAccessServiceGroup
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.DataAccessService.SdkPerformanceDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.DataAccessService.CollectSdkPerformanceData" Comment="this rule collects all performance data from the sdk" Enabled="true" Target="Microsoft.SystemCenter.ManagementDataAccessServiceGroup" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.DataAccessService.SdkPerformanceDataProvider">
<GlobalSettingsPropertyId>$MPElement[Name="Microsoft.SystemCenter.ManagementDataAccessServiceGroup"]/SdkDataTimestamp$</GlobalSettingsPropertyId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>