2.42. dcgmIntrospectFullMemory_v1 Struct Reference

[Structure definitions]

Full introspection info for field memory

Public Variables

struct dcgmIntrospectMemory_v1 aggregateInfo
info that includes global and device scope
struct dcgmIntrospectMemory_v1 globalInfo
info that only includes global field scope
unsigned int  gpuIdsForGpuInfo[DCGM_MAX_NUM_DEVICES]
struct dcgmIntrospectMemory_v1 gpuInfo[DCGM_MAX_NUM_DEVICES]
unsigned short  gpuInfoCount
count of how many entries in gpuInfo are populated
int  hasGlobalInfo
0 means globalInfo is populated, !0 means it's not
unsigned int  version
version number (dcgmIntrospectFullMemory_version)

Variables

struct dcgmIntrospectMemory_v1dcgmIntrospectFullMemory_v1::aggregateInfo [inherited]

info that includes global and device scope

struct dcgmIntrospectMemory_v1dcgmIntrospectFullMemory_v1::globalInfo [inherited]

info that only includes global field scope

unsigned int dcgmIntrospectFullMemory_v1::gpuIdsForGpuInfo[DCGM_MAX_NUM_DEVICES] [inherited]

the GPU ID at a given index identifies which gpu the corresponding entry in gpuInfo is from

struct dcgmIntrospectMemory_v1dcgmIntrospectFullMemory_v1::gpuInfo[DCGM_MAX_NUM_DEVICES] [inherited]

info that is divided by the GPU ID that the watches were for

unsigned short dcgmIntrospectFullMemory_v1::gpuInfoCount [inherited]

count of how many entries in gpuInfo are populated

int dcgmIntrospectFullMemory_v1::hasGlobalInfo [inherited]

0 means globalInfo is populated, !0 means it's not

unsigned int dcgmIntrospectFullMemory_v1::version [inherited]

version number (dcgmIntrospectFullMemory_version)