sys.dm_pdw_node_status (Transact-SQL)

適用於:Analytics Platform System (PDW)

保留有關所有設備節點效能和狀態的其他資訊(sys.dm_pdw_nodes #Transact-SQL )。 它會列出設備中每個節點一個資料列。

資料行名稱 資料類型 描述 範圍
pdw_node_id int 與節點相關聯的唯一數值識別碼。

此檢視的索引鍵。
不論類型為何,在設備中是唯一的。
process_id int 無法使用的資訊。
process_name nvarchar(255) 無法使用的資訊。
allocated_memory bigint 此節點上配置的記憶體總計。
available_memory bigint 此節點上可用的記憶體總計。
process_cpu_usage bigint 總進程 CPU 使用量,以刻度為單位。
total_cpu_usage bigint CPU 使用量總計,以刻度為單位。
thread_count bigint 此節點上使用的執行緒總數。
handle_count bigint 此節點上使用的控制碼總數。
total_elapsed_time bigint 系統啟動或重新開機之後經過的總時間。 系統啟動或重新開機之後經過的總時間。 如果total_elapsed_time超過整數的最大值(以毫秒為單位 24.8 天),則會導致具體化失敗,因為溢位。

毫秒的最大值相當於 24.8 天。
is_available bit 旗標,指出這個節點是否可用。
sent_time datetime 上次此節點傳送網路套件的時間。
received_time datetime 上次此節點收到網路套件的時間。
error_id nvarchar(36) 這個節點上發生之最後一個錯誤的唯一識別碼。

另請參閱

Azure Synapse Analytics 和平行資料倉儲動態管理檢視 (Transact-SQL)