| |
Exists on Condition | (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/configMode !='oam' and /NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/deploymentType != 'microservices') |
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 | |
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/sonusNodeList:node={nodeName}/sonusNodeListSystem:system/gpuStatus={serverName},{GPUNumber} |