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

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

適用於管理伺服器的資料倉儲效能資料收集效能狀態

Knowledge Base article:

摘要

管理伺服器上執行的資料倉儲效能資料集合處理序已發佈資料,但在 3 分鐘內未收到已將資料寫入資料倉儲的通知。這表示資料倉儲寫入發生連線或效能問題。若 3 分鐘內未收到任何通知,則此監視器會發出警示,並且在 5 分鐘內未出現任何問題時恢復為綠色。請注意,這兩項參數皆為可覆寫的參數。

原因

此情況通常是因為裝載資料倉儲的 SQL Server 連線發生問題,或 SQL Server 效能緩慢而造成。

解決方式

確保管理伺服器與裝載資料倉儲的 SQL Server 之間具有正常連線能力。例如,通訊可能會遭到防火牆封鎖。確保資料倉儲動作帳戶能夠連線到資料倉儲資料庫。如果您遇到逾時問題,請檢查 SQL Server 的使用率,確認其是否超載。建議加以檢查的計數器如下: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>