Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static HostGpuUsage.Builder |
HostGpuUsage.builder()
Create a new builder.
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.clockEventAppClockSetting(Integer clockEventAppClockSetting)
GPU clocks are limited by applications clocks setting
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.clockEventHwPowerBreak(Integer clockEventHwPowerBreak)
HW Power Brake Slowdown (reducing the core clocks by a factor of 2 or more) is engaged
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.clockEventHwThermalSlowDown(Integer clockEventHwThermalSlowDown)
HW Thermal Slowdown (reducing the core clocks by a factor of 2 or more) is engaged.
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.clockEventIdle(Integer clockEventIdle)
Nothing running on CPU, clocks are idle
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.clockEventSwPowerCap(Integer clockEventSwPowerCap)
SW Power Scaling algorithm is reducing the clocks below requested clocks because the GPU
is consuming too much power
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.clockEventSwThermalSlowdown(Integer clockEventSwThermalSlowdown)
SW Thermal capping algorithm is reducing clocks below requested clocks because GPU
temperature is higher than Max Operating Temp
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.clockEventSyncBoost(Integer clockEventSyncBoost)
HW Power Brake Slowdown (reducing the core clocks by a factor of 2 or more) is engaged
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.clockSpeedGraphics(Double clockSpeedGraphics)
GPU Graphics (Shader) Clock Speed
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.clockSpeedMemory(Double clockSpeedMemory)
GPU Memory Clock Speed
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.clockSpeedSm(Double clockSpeedSm)
GPU SM (Streaming Multiprocessor) Clock Speed
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.clockSpeedVideo(Double clockSpeedVideo)
GPU Video Clock Speed
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.copy(HostGpuUsage model) |
HostGpuUsage.Builder |
HostGpuUsage.Builder.eccDoubleBitErrors(Integer eccDoubleBitErrors)
GPU ECC Double Bit Errors
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.eccSingleBitErrors(Integer eccSingleBitErrors)
GPU ECC Single Bit Errors
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.fanUtilization(Double fanUtilization)
GPU Fan Utilization
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.gpuId(Integer gpuId)
GPU Identifier
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.memoryUtilization(Double memoryUtilization)
GPU Memory Utilization Percent
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.performanceState(Double performanceState)
GPU Performance State
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.powerDraw(Double powerDraw)
GPU Power Draw in Watts
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.temperature(Double temperature)
GPU Temperature in Celsius
|
HostGpuUsage.Builder |
HostGpuUsage.Builder.timeCollected(Date timeCollected) |
HostGpuUsage.Builder |
HostGpuUsage.toBuilder() |
HostGpuUsage.Builder |
HostGpuUsage.Builder.utilization(Double utilization)
GPU Utilization Percent
|
Copyright © 2016–2024. All rights reserved.