Skip to content

Commit 10581cc

Browse files
author
Larry
committed
descriptions
1 parent d29c2a4 commit 10581cc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
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
@@ -164,16 +164,17 @@ The following are dimensions that can be used to filter quota metrics:
164164

165165
| Metric | Unit | Description |
166166
| ----- | ----- | ----- |
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. |
169169

170170
The following are dimensions that can be used to filter resource metrics:
171171

172172
| Dimension | Description |
173173
| ----- | ----- |
174174
| 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. |
177+
| RunId | ID of the run/job. |
177178

178179
**Run**
179180

0 commit comments

Comments
 (0)