Performans verileri toplayıcısı

Microsoft.SystemCenter.DataWarehouse.CollectPerformanceData (Rule)

Bu kural Veri Ambarı toplamaya (varsayılan depoya) ilişkin yayınlanan (varsayılan kanalda) tüm performans verilerini toplar

Knowledge Base article:

Özet

Bu kural Veri Ambarı toplamaya (varsayılan depoya) ilişkin yayınlanan (varsayılan kanalda) tüm performans verilerini toplar

Nedenler

Bu bölüm performans toplama kuralları için geçerli değildir.

Çözümler

Durum veya uyarı oluşturmadıklarından, performans toplama kuralları için gerçekleştirilecek bir çözüm yok.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.DataWarehouse.PublishedPerformanceDataProvider Default
WA WriteAction Microsoft.SystemCenter.DataWarehouse.PerformanceDataWriterDefaultRouting Default

Source Code:

<Rule ID="Microsoft.SystemCenter.DataWarehouse.CollectPerformanceData" Target="SystemCenter!Microsoft.SystemCenter.HealthService" Enabled="true" ConfirmDelivery="true" DiscardLevel="90" Remotable="true" Priority="Normal">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.DataWarehouse.PublishedPerformanceDataProvider">
<DropItems>true</DropItems>
<QueueDataOnStall>false</QueueDataOnStall>
<QueueDataStallInterval>PT2M</QueueDataStallInterval>
<StalledDataQueueSizeMB>100</StalledDataQueueSizeMB>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.DataWarehouse.PerformanceDataWriterDefaultRouting" Target="Microsoft.SystemCenter.DataWarehouseConnectorServer">
<BulkInsertBatchSize>5000</BulkInsertBatchSize>
<MaxBatchesToProcessBeforeMaintenanceCount>200</MaxBatchesToProcessBeforeMaintenanceCount>
<MaxExecutionAttemptCount>0</MaxExecutionAttemptCount>
<ExecutionAttemptTimeoutIntervalSeconds>0</ExecutionAttemptTimeoutIntervalSeconds>
</WriteAction>
</WriteActions>
</Rule>