Skip to content

Cpuload (UORB message)

TOPICS: cpuload

Fields

NameTypeUnit [Frame]Range/EnumDescription
timestampuint64time since system start (microseconds)
loadfloat32processor load from 0 to 1
ram_usagefloat32RAM usage from 0 to 1

Source Message

Source file (GitHub)

Click here to see original file
c
uint64 timestamp		# time since system start (microseconds)
float32 load                    # processor load from 0 to 1
float32 ram_usage		# RAM usage from 0 to 1