![]() Displays Information of GPUs present in server | |
Exists on Condition | /system/configMode !='oam' |
Parameter | Description | |
---|---|---|
![]() ![]() | 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 |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/system/gpuStatus/{serverName},{GPUNumber} |