文件
-
Azure 監視器記錄參考 - AmlComputeClusterEvent - Azure Monitor
Azure 監視器記錄中 AmlComputeClusterEvent 資料表的參考。
-
Azure 監視器記錄參考 - AmlComputeCpuGpuUtilization - Azure Monitor
Azure 監視器記錄中 AmlComputeCpuGpuUtilization 資料表的參考。
如需在 Azure 入口網站 中使用這些查詢的詳細資訊,請參閱Log Analytics教學課程。 如需 REST API,請參閱 查詢。
繪製特定叢集過去一段時間的計算叢集 CPU 使用率。
AmlComputeCpuGpuUtilization
| join kind = inner (AmlComputeJobEvent
| where NodeId!="" and EventType =="JobSucceeded"
| project NodeId, ClusterName)
on NodeId
| project TimeGenerated, todecimal(Utilization), ClusterName, DeviceType
| where ClusterName=="Cpu-cluster" and DeviceType=="CPU"
| limit 100
| render timechart
文件
Azure 監視器記錄參考 - AmlComputeClusterEvent - Azure Monitor
Azure 監視器記錄中 AmlComputeClusterEvent 資料表的參考。
Azure 監視器記錄參考 - AmlComputeCpuGpuUtilization - Azure Monitor
Azure 監視器記錄中 AmlComputeCpuGpuUtilization 資料表的參考。
訓練
模組
引導式專案 - 使用 KQL 分析 Azure 監視器中的記錄 - Training
撰寫記錄查詢以深入解析您的業務、IT 作業和效能。 使用 Kusto 查詢語言 (KQL) 在 Azure 監視器 Log Analytics 中擷取記錄資料。