nvmlVgpuProcessUtilizationSample_t#

struct nvmlVgpuProcessUtilizationSample_t#

Structure to store Utilization Value, vgpuInstance and subprocess information.

Public Members

nvmlVgpuInstance_t vgpuInstance#

vGPU Instance

unsigned int pid#

PID of process running within the vGPU VM.

char processName[64]#

Name of process running within the vGPU VM.

unsigned long long timeStamp#

CPU Timestamp in microseconds.

unsigned int smUtil#

SM (3D/Compute) Util Value.

unsigned int memUtil#

Frame Buffer Memory Util Value.

unsigned int encUtil#

Encoder Util Value.

unsigned int decUtil#

Decoder Util Value.