GLAST/LAT > DAQ and FSW > FSW > Index by Name within Package
CPUMETR cpum - Telemetry Struct
|
View Options: (help) Ancestry:
Definition:
Description:
Layout: (hide detail; help)
CPUMETR (str) | CPUJT temp (fld) | AVGLDSEC avgsec (fld) | AVGLDMIN avgmin (fld) | MINLDMIN min (fld) | MAXLDMIN max (fld)
typedef struct _LHK_CPUMETR {
/* CPU Junction Temperature */
int temp;
/* Average CPU Load/Sec */
unsigned int avgsec;
/* Average CPU Load/Min */
unsigned int avgmin;
/* Min CPU Load/Min */
unsigned int min;
/* Max CPU Load/Min */
unsigned int max;
} LHK_CPUMETR;
Fields:
Average CPU load during previous minute, expressed as a percentage between 0 and 100.
Average CPU load during previous second, expressed as a percentage between 0 and 100.
The CPU junction temperature, in degress Celcius.
Largest average CPU load during previous second, expressed as a percentage between 0 and 100, over previous minute.
Smallest average CPU load during previous second, expressed as a percentage between 0 and 100, over previous minute. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||