Hi, A few areas of improvements to the cyclictest module were noted while using rteval to evaluate latencies. The following small set of patches address these. The first patch persists the output of "cyclictest" - which is helpful in getting more information than what is reported by rteval. It can also help sanity check rteval output when needed. The second patch uses the max latencies reported by cyclictest vs only relying on the histogram latencies. The third patch fixes the ordering of reported latencies. All feedback welcome. Thanks, Punit Punit Agrawal (3): rteval: cyclictest.py Enable logging cyclictest output rteval: cyclictest.py Parse max latencies from cyclictest ouput rteval: misc.py: Sort the list of cpus returned by online_cpus() rteval/misc.py | 1 + rteval/modules/measurement/cyclictest.py | 36 +++++++++++++++++++----- 2 files changed, 30 insertions(+), 7 deletions(-) -- 2.32.0