3.42. dcgmJobInfo_v2 Struct Reference

[Structure definitions]

To store job statistics The following fields are not applicable in the summary info:

  • pcieRxBandwidth (Min/Max)

  • pcieTxBandwidth (Min/Max)

  • smUtilization (Min/Max)

  • memoryUtilization (Min/Max)

  • memoryClock (Min/Max)

  • smClock (Min/Max)

  • processSamples

The average value in the above fields (in the summary) is the average of the averages of respective fields from all GPUs

Public Variables

struct dcgmGpuUsageInfo_t gpus[16]
Per-GPU information for this PID.
int  numGpus
Number of GPUs that are valid in gpus[].
struct dcgmGpuUsageInfo_t summary
Summary information for all GPUs listed in gpus[].
unsigned int  version
Version of this message (dcgmPidInfo_version).

Variables

struct dcgmGpuUsageInfo_tdcgmJobInfo_v2::gpus[16] [inherited]

Per-GPU information for this PID.

int dcgmJobInfo_v2::numGpus [inherited]

Number of GPUs that are valid in gpus[].

struct dcgmGpuUsageInfo_tdcgmJobInfo_v2::summary [inherited]

Summary information for all GPUs listed in gpus[].

unsigned int dcgmJobInfo_v2::version [inherited]

Version of this message (dcgmPidInfo_version).