Skip to content

Commit 45d3a43

Browse files
authored
Merge pull request #112189 from Blackmist/monitor-metrics
updates for new metric
2 parents fd45091 + ae33347 commit 45d3a43

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

articles/machine-learning/monitor-resource-reference.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
ms.reviewer: larryfr
1111
ms.author: aashishb
1212
author: aashishb
13-
ms.date: 03/06/2020
13+
ms.date: 04/27/2020
1414
---
1515

1616
# Azure machine learning monitoring data reference
@@ -160,6 +160,22 @@ The following are dimensions that can be used to filter quota metrics:
160160
| Vm Family Name | Quota utilization percentage | The name of the VM family used by the cluster. |
161161
| Vm Priority | Quota utilization percentage | The priority of the VM.
162162

163+
**Resource**
164+
165+
| Metric | Unit | Description |
166+
| ----- | ----- | ----- |
167+
| CpuUtilization | Percent | How much percent of CPU was utilized for a given node during a run/job. This metric is published only when a job is running on a node. One job may use one or more nodes. This metric is published per node. |
168+
| GpuUtilization | Percent | How much percentage of GPU was utilized for a given node during a run/job. One node can have one or more GPUs. This metric is published per GPU per node. |
169+
170+
The following are dimensions that can be used to filter resource metrics:
171+
172+
| Dimension | Description |
173+
| ----- | ----- |
174+
| CreatedTime | |
175+
| DeviceId | ID of the device (GPU). Only available for GpuUtilization. |
176+
| NodeId | ID of the node created where job is running. |
177+
| RunId | ID of the run/job. |
178+
163179
**Run**
164180

165181
Information on training runs.

0 commit comments

Comments
 (0)