2.52. dcgmPidInfo_v2 Struct Reference

[Structure definitions]

To store process statistics

Public Variables

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

Variables

struct dcgmPidSingleInfo_tdcgmPidInfo_v2::gpus[DCGM_MAX_NUM_DEVICES] [inherited]

Per-GPU information for this PID.

int dcgmPidInfo_v2::numGpus [inherited]

Number of GPUs that are valid in GPUs.

unsigned int dcgmPidInfo_v2::pid [inherited]

PID of the process.

struct dcgmPidSingleInfo_tdcgmPidInfo_v2::summary [inherited]

Summary information for all GPUs listed in gpus[].

unsigned int dcgmPidInfo_v2::version [inherited]

Version of this message (dcgmPidInfo_version).