Question; is the mcu workload/usage including the Klipper bridge usage on that mcu?
In some cases, it doesn’t seem to increase the load.
Question; is the mcu workload/usage including the Klipper bridge usage on that mcu?
In some cases, it doesn’t seem to increase the load.
The mcu load and usage statistics are heuristics - at the lowest level measurements are taken on “task utilization” and “task scheduling jitter” which are then used to estimate overall load. So, yes, anything that increases task utilization or alters its scheduling (such as canbus bridge work) will be reflected in the statistics.
-Kevin
Thanks @koconnor