Skip to content

Cpuload (повідомлення UORB)

TOPICS: cpuload

Fields

НазваТипUnit [Frame]Range/EnumОпис
timestampuint64time since system start (microseconds)
loadfloat32processor load from 0 to 1
ram_usagefloat32RAM usage from 0 to 1

Source Message

Source file (GitHub)

Details

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