2.22. dcgmDeviceVgpuProcessUtilInfo_v1 Struct Reference

[Structure definitions]

Represents utilization values for processes running in vGPU VMs using the device

Public Variables

unsigned int  decUtil
Decoder utilization of process running in the vGPU VM.
unsigned int  encUtil
Encoder utilization of process running in the vGPU VM.
unsigned int  memUtil
Memory utilization of process running in the vGPU VM.
unsigned int  pid
Process ID of the process running in the vGPU VM.
char  processName[DCGM_VGPU_NAME_BUFFER_SIZE]
Process Name of process running in the vGPU VM.
unsigned int  smUtil
GPU utilization of process running in the vGPU VM.
unsigned int  version
Version Number (dcgmDeviceVgpuProcessUtilInfo_version).
unsigned int  vgpuId
vGPU instance ID
unsigned int  vgpuProcessSamplesCount

Variables

unsigned int dcgmDeviceVgpuProcessUtilInfo_v1::decUtil [inherited]

Decoder utilization of process running in the vGPU VM.

unsigned int dcgmDeviceVgpuProcessUtilInfo_v1::encUtil [inherited]

Encoder utilization of process running in the vGPU VM.

unsigned int dcgmDeviceVgpuProcessUtilInfo_v1::memUtil [inherited]

Memory utilization of process running in the vGPU VM.

unsigned int dcgmDeviceVgpuProcessUtilInfo_v1::pid [inherited]

Process ID of the process running in the vGPU VM.

char dcgmDeviceVgpuProcessUtilInfo_v1::processName[DCGM_VGPU_NAME_BUFFER_SIZE] [inherited]

Process Name of process running in the vGPU VM.

unsigned int dcgmDeviceVgpuProcessUtilInfo_v1::smUtil [inherited]

GPU utilization of process running in the vGPU VM.

unsigned int dcgmDeviceVgpuProcessUtilInfo_v1::version [inherited]

Version Number (dcgmDeviceVgpuProcessUtilInfo_version).

unsigned int dcgmDeviceVgpuProcessUtilInfo_v1::vgpuId [inherited]

vGPU instance ID

unsigned int dcgmDeviceVgpuProcessUtilInfo_v1::vgpuProcessSamplesCount [inherited]

Count of processes running in the vGPU VM,for which utilization rates are being reported in this cycle.