NVML API Reference Guide (PDF) - vR550 (older) - Last updated March 12, 2024 - Send Feedback

5.65. nvmlVgpuProcessUtilizationInfo_v1_t Struct Reference

[vGPU Structs]

Structure to store Utilization Value, vgpuInstance and subprocess information for process running on vGPU instance -- version 1

Public Variables

unsigned int  decUtil
Decoder Util Value.
unsigned int  encUtil
Encoder Util Value.
unsigned int  jpgUtil
Jpeg Util Value.
unsigned int  memUtil
Frame Buffer Memory Util Value.
unsigned int  ofaUtil
Ofa Util Value.
unsigned int  pid
PID of process running within the vGPU VM.
char  processName[NVML_VGPU_NAME_BUFFER_SIZE]
Name of process running within the vGPU VM.
unsigned int  smUtil
SM (3D/Compute) Util Value.
unsigned long long  timeStamp
CPU Timestamp in microseconds.
nvmlVgpuInstance_t  vgpuInstance
vGPU Instance

Variables

unsigned int nvmlVgpuProcessUtilizationInfo_v1_t::decUtil [inherited]

Decoder Util Value.

unsigned int nvmlVgpuProcessUtilizationInfo_v1_t::encUtil [inherited]

Encoder Util Value.

unsigned int nvmlVgpuProcessUtilizationInfo_v1_t::jpgUtil [inherited]

Jpeg Util Value.

unsigned int nvmlVgpuProcessUtilizationInfo_v1_t::memUtil [inherited]

Frame Buffer Memory Util Value.

unsigned int nvmlVgpuProcessUtilizationInfo_v1_t::ofaUtil [inherited]

Ofa Util Value.

unsigned int nvmlVgpuProcessUtilizationInfo_v1_t::pid [inherited]

PID of process running within the vGPU VM.

char nvmlVgpuProcessUtilizationInfo_v1_t::processName[NVML_VGPU_NAME_BUFFER_SIZE] [inherited]

Name of process running within the vGPU VM.

unsigned int nvmlVgpuProcessUtilizationInfo_v1_t::smUtil [inherited]

SM (3D/Compute) Util Value.

unsigned long long nvmlVgpuProcessUtilizationInfo_v1_t::timeStamp [inherited]

CPU Timestamp in microseconds.

nvmlVgpuInstance_t nvmlVgpuProcessUtilizationInfo_v1_t::vgpuInstance [inherited]

vGPU Instance


NVML API Reference Guide (PDF) - vR550 (older) - Last updated March 12, 2024 - Send Feedback