nvmlVgpuProcessUtilizationInfo_v1_t#
-
struct nvmlVgpuProcessUtilizationInfo_v1_t#
Structure to store Utilization Value, vgpuInstance and subprocess information for process running on vGPU instance — version 1.
Public Members
-
char processName[64]#
Name of process running within the vGPU VM.
-
unsigned long long timeStamp#
CPU Timestamp in microseconds.
-
nvmlVgpuInstance_t vgpuInstance#
vGPU Instance
-
unsigned int pid#
PID of process running within the vGPU VM.
-
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.
-
unsigned int jpgUtil#
Jpeg Util Value.
-
unsigned int ofaUtil#
Ofa Util Value.
-
char processName[64]#