File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
visualizations/watsonx-serving-scale/store Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -289,13 +289,13 @@ def _get_gpu_usage(cluster_role, register):
289
289
290
290
gpu_usage_metrics = [
291
291
{f"GPU memory used" : 'DCGM_FI_DEV_FB_USED' },
292
- {f"GPU compute utilization" : 'DCGM_FI_DEV_GPU_UTIL' },
293
- {f"GPU engine usage" : 'DCGM_FI_PROF_GR_ENGINE_ACTIVE' },
292
+ {f"GPU active computes" : 'DCGM_FI_PROF_SM_ACTIVE' },
294
293
{f"GPU memory transfer utilization" : 'DCGM_FI_DEV_MEM_COPY_UTIL' },
295
294
{f"GPU memory unallocated" : 'DCGM_FI_DEV_FB_FREE' },
296
295
{f"GPU memory transfer (rx)" : 'DCGM_FI_PROF_PCIE_RX_BYTES' },
297
296
{f"GPU memory transfer (tx)" : 'DCGM_FI_PROF_PCIE_TX_BYTES' },
298
-
297
+ {f"GPU compute utilization (not 100% accurate)" : 'DCGM_FI_DEV_GPU_UTIL' },
298
+ {f"GPU engine usage (not 100% accurate)" : 'DCGM_FI_PROF_GR_ENGINE_ACTIVE' },
299
299
300
300
]
301
301
all_metrics += gpu_usage_metrics
You can’t perform that action at this time.
0 commit comments