資料倉儲效能資料集合效能狀態

Microsoft.SystemCenter.DataWarehouse.ManagementServer.PerformanceDataCollectionSpeedState (UnitMonitor)

管理伺服器的資料倉儲效能資料集合效能狀態

Knowledge Base article:

摘要

Management Server 上執行的資料倉儲效能資料集合處理序已發佈資料,但未在 3 分鐘內收到通知確認資料已寫入到資料倉儲。 這表示資料倉儲寫入器的連線或效能可能出現問題。 若 3 分鐘內未收到確認通知,此監視將發出警示,若在 5 分鐘後都沒有其他問題將轉回綠燈。 請注意這兩個參數可覆寫。

原因

這是導致裝載資料倉儲的 SQL Server 連線問題或該 SQL Server 效能低落的最常見原因。

解決方式

確定管理伺服器與裝載資料倉儲的 SQL Server 連線沒問題。 例如通訊是否遭防火牆封鎖。 確定資料倉儲動作帳戶可連線到資料倉儲資料庫。 如果發生逾時問題,請檢查 SQL 伺服器的使用情形以判斷是否超載。 要查看的重要計數器為: CPU 使用率、記憶體使用率和磁碟 I/O。

Element properties:

TargetMicrosoft.SystemCenter.DataWarehouseConnectorServer
Parent MonitorMicrosoft.SystemCenter.DataWarehouse.ManagementServer.Collection.Performance.Rollup
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.DataWarehouse.DataCollectionSlowdownUnitMonitorType
RemotableTrue
AccessibilityInternal
Alert Message
效能資料集合程序無法及時將資料儲存到資料倉儲
效能資料集合程序無法及時將資料儲存到資料倉儲
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.DataWarehouse.ManagementServer.PerformanceDataCollectionSpeedState" Accessibility="Internal" Enabled="true" Target="DataWarehouse!Microsoft.SystemCenter.DataWarehouseConnectorServer" ParentMonitorID="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.ManagementServer.Collection.Performance.Rollup" TypeID="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.DataCollectionSlowdownUnitMonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.DataWarehouse.ManagementServer.PerformanceDataCollectionSpeedState.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Good" MonitorTypeStateID="CollectionUpToSpeed" HealthState="Success"/>
<OperationalState ID="Bad" MonitorTypeStateID="CollectionSlow" HealthState="Error"/>
</OperationalStates>
<Configuration>
<WorkflowName>Microsoft.SystemCenter.DataWarehouse.CollectPerformanceData</WorkflowName>
<AllowedProcessingDelaySeconds>180</AllowedProcessingDelaySeconds>
<WatchWindowSeconds>300</WatchWindowSeconds>
</Configuration>
</UnitMonitor>