mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 11:06:04 +08:00
load_mon: remove obsolete rate comment in description
This commit is contained in:
@@ -206,7 +206,7 @@ int LoadMon::print_usage(const char *reason)
|
|||||||
PRINT_MODULE_DESCRIPTION(
|
PRINT_MODULE_DESCRIPTION(
|
||||||
R"DESCR_STR(
|
R"DESCR_STR(
|
||||||
### Description
|
### Description
|
||||||
Background process running periodically with 1 Hz on the low priority work queue to calculate the CPU load and RAM
|
Background process running periodically on the low priority work queue to calculate the CPU load and RAM
|
||||||
usage and publish the `cpuload` topic.
|
usage and publish the `cpuload` topic.
|
||||||
|
|
||||||
On NuttX it also checks the stack usage of each process and if it falls below 300 bytes, a warning is output,
|
On NuttX it also checks the stack usage of each process and if it falls below 300 bytes, a warning is output,
|
||||||
|
|||||||
Reference in New Issue
Block a user