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
When I tried to track the MIG usage (created via instaslice) with DCGM metric DCGM_FI_DEV_FB_USED I couldn't see any data related to that query
Later I have restarted DCGM and I was able to see the MIG usage (but the label's exported_pod, exported_container and exported_namespace are not available). MIG's created via MIG manager have these labels exported along with the container details which was consuming the MIG.
In case of Instaslice we need to query the allocation section in instaslice object and extract the GPU UUID and then query the DCGM metrics which match the label GPU UUID value to record the GPU usage of the container.
Will add more context and my finding shortly in the comments of this issue.
The text was updated successfully, but these errors were encountered:
When I tried to track the MIG usage (created via instaslice) with DCGM metric
DCGM_FI_DEV_FB_USED
I couldn't see any data related to that queryLater I have restarted DCGM and I was able to see the MIG usage (but the label's
exported_pod
,exported_container
andexported_namespace
are not available). MIG's created via MIG manager have these labels exported along with the container details which was consuming the MIG.In case of Instaslice we need to query the allocation section in
instaslice
object and extract theGPU UUID
and then query the DCGM metrics which match the labelGPU UUID
value to record the GPU usage of the container.Will add more context and my finding shortly in the comments of this issue.
The text was updated successfully, but these errors were encountered: