2.75. dcgmStatSummaryInt64_t Struct Reference

[Structure definitions]

Summary of time series data in int64 format.

Each value will either be set or be a BLANK value. Check for blank with the DCGM_INT64_IS_BLANK() macro.

See also:

See dcgmvalue.h for the actual values of BLANK values

Public Variables

long long  average
Simple average of the samples looked at. Blank values are ignored for this calculation.
long long  maxValue
Maximum value of the samples looked at.
long long  minValue
Minimum value of the samples looked at.

Variables

long long dcgmStatSummaryInt64_t::average [inherited]

Simple average of the samples looked at. Blank values are ignored for this calculation.

long long dcgmStatSummaryInt64_t::maxValue [inherited]

Maximum value of the samples looked at.

long long dcgmStatSummaryInt64_t::minValue [inherited]

Minimum value of the samples looked at.