Not sure if I am doing something wrong or if there is an issue or something, but I am gathering information on my running pods and the other fields like temperatureCelcius are returning data, but memoryUtilization and percentUtilization shows 0 even though the UI for that pod shows 95% VRAM used. Here is an example response:
{
"id": "GPU-e308ce95-2454-f9fa-7c8c-bf59d6ff0351",
"percentUtilization": 0,
"temperatureCelcius": 32,
"memoryUtilization": 0,
"powerWatts": 68
}
The pod is deleted now but wanted to either find a fix so I can see VRAM usage or report as a bug.