We ran the system once without the PREEMPT_RT patch, booted it up, opened a terminal while in the Ubuntu config still, installed and ran cyclictest using this command:
We then ran this exact test again using a PREEMPT_RT patched variant of the kernel. uname -a correctly shows the “PREEMPT RT” part. Here are the results compared with each other in a histogram:
As you can see there is no significant difference in latencies which is unexpected since this is a major metric PREEMPT_RT is trying to influence.
Have any of you ran a comparison test like this one? If so what where your results and if they differ from ours: How did you set up the system exactly to get to these better results?
I have not! Sounds very interesting. I will run these tests asap. Until then: Do you mind explaining what these are or where I can find more information about this?
So that apparently solved the issue. Just like that. Did I miss some documentation which could have lead me to this or was my only chance in succeeding asking you? I’m curious because we spent several weeks debugging this without success and I’m wondering if there is more documentation I need to review to be able to properly use this system in the way we intended to.