# Cpuload (UORB message) [source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/Cpuload.msg) ```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 ```