forked from PX4/PX4-Autopilot
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
833d704
commit 1733bf7
Showing
7 changed files
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
char[5] platform # Platform running on (QURT, LINUX, NUTTX...) | ||
uint64 timestamp # time since system start (microseconds) | ||
float32 process_load # processor load from 0 to 1 | ||
float32 system_load # processor load from 0 to 1 for entire CPU not just core | ||
float32 ram_usage # RAM usage from 0 to 1 | ||
char[5] platform # Platform running on (QURT, POSIX, NUTTX...) | ||
uint64 timestamp # time since system start (microseconds) | ||
float32 process_load # PX4 process load from 0.0 to 1.0 | ||
float32 system_load # System load for all processes from 0.0 to 1.0 | ||
float32 ram_usage # RAM usage from 0.0 to 1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters