Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

struct ControlLoopMetricsData

fbs/control.fbs / Source schema

Runtime metrics for a control loop or scheduler slice.

FlatBuffers root table: ControlLoopMetrics

NameTypeUnit / ScaleNotes
timestamp_usulongmicrosecondsMetrics timestamp in monotonic boot time.
period_usuintmicrosecondsMeasured loop period.
latency_usuintmicrosecondsTime from scheduled release to completion or publication.
overrun_countuintCumulative count of missed deadlines.
load_dpermilleushortdeci-percent; percent = value / 10, 1000 means 100%Loop load as deci-percent, where 1000 means 100%.