Replies: 1 comment 10 replies
-
Hello, thank you so much for this project. I see that after ssh ing into the pi from my pc, the responses from the pi towards wireless keyboard inputs is quite lagging. Is this normal behaviour in this realtime kernel? Please let me know. I was wondering if something went wrong on my end or not. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here are latency measurements for PEEMPT_RT kernel 6.6.35-rt34-rpi-2712, made on Raspberry Pi 5.
Latency was measured over 100M events and over 5 hours.
Latency was measured while running a stress test, including USB SSD I/O:
Here is the PREEMPT_RT kernel, with max latency of 139 uSec:
Here is the stock PREEMPT (low-latency) kernel 6.6.31+rpt-rpi-2712, which has much worse latency.
Max latency is 1945 uSec. You can't see the graph falloff because I was only binning to 400 uSec:
Beta Was this translation helpful? Give feedback.
All reactions