#PodTelemetry and GpuTelemetry GraphQL returning 0 for memoryUtilization

3 messages · Page 1 of 1 (latest)

void temple
#

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.

craggy muralBOT
stiff grotto
#

maybe use nvidia-smi and report to your own api's