2.44. dcgmJobInfo_v3 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[DCGM_MAX_NUM_DEVICES]
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_v3::gpus[DCGM_MAX_NUM_DEVICES] [inherited]

Per-GPU information for this PID.

int dcgmJobInfo_v3::numGpus [inherited]

Number of GPUs that are valid in gpus[].

struct dcgmGpuUsageInfo_tdcgmJobInfo_v3::summary [inherited]

Summary information for all GPUs listed in gpus[].

unsigned int dcgmJobInfo_v3::version [inherited]

Version of this message (dcgmPidInfo_version).