Resources | system | gpuStatus

gpuStatus

Displays Information of GPUs present in server

Exists on Condition /system/configMode !='oam' and /system/deploymentType != 'microservices'

Operational Data

ParameterDescription
serverName Name of server.
GPUNumber Index of GPU.
memoryUsage Memory usage of GPU(Percent), -1 is displayed when no data is available
currentTemperature Temperature of GPU in degree celsius, -1 is displayed when no data is available
shutdownTemperature GPU Shutdown Temperature in degree celsius, -1 is displayed when no data is available
slowdownTemperature GPU Slowdown Temperature in degree celsius, -1 is displayed when no data is available
memoryClockSpeed Memory clock speed of GPU in degree celsius, -1 is displayed when no data is available
graphicsClockSpeed Graphics clock speed of GPU in degree celsius, -1 is displayed when no data is available
eccErrors ECC errors, -1 shows no data available
currentEccMode Current ECC mode
pendingEccMode Current ECC mode
utilization Percent of time over the past second during which one or more kernels was executing on the GPU. -1 is displayed when no data is available
deviceName GPU device name
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/gpuStatus={serverName},{GPUNumber}

  • No labels