ArduPilot / MAVProxy

MAVLink proxy and command line ground station
GNU General Public License v3.0
465 stars 679 forks source link

mavproxy_link.py: add bytes-available-to-read counter in link stats o… #1450

Open peterbarker opened 2 months ago

peterbarker commented 2 months ago

…utput

Trying to diagnose 5-to-7-second lag on multiple-link environment. Potential CPU overload leading to vast backlog of bytes?!

peterbarker commented 2 months ago

We could hide this value if it is zero - which it seems to be most of the time