You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/monitor-resource-reference.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
10
10
ms.reviewer: larryfr
11
11
ms.author: aashishb
12
12
author: aashishb
13
-
ms.date: 03/06/2020
13
+
ms.date: 04/27/2020
14
14
---
15
15
16
16
# Azure machine learning monitoring data reference
@@ -164,16 +164,17 @@ The following are dimensions that can be used to filter quota metrics:
164
164
165
165
| Metric | Unit | Description |
166
166
| ----- | ----- | ----- |
167
-
| CpuUtilization |Count ||
168
-
| GpuUtilization |Count ||
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
169
170
170
The following are dimensions that can be used to filter resource metrics:
171
171
172
172
| Dimension | Description |
173
173
| ----- | ----- |
174
174
| CreatedTime ||
175
-
| NodeId | ID of the node to show utilization for. |
176
-
| RunId ||
175
+
| DeviceId | ID of the device (GPU). |
176
+
| NodeId | ID of the node created where job is running. |
0 commit comments