From 20fbcc1547d77a77a3e333bac28b7f28632d8707 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Fri, 26 Apr 2024 14:45:48 -0400 Subject: [PATCH 08/13] rteval: Add summary reporting for timerlat This adds an rteval section to the xsl file and generates a timerlat report at the end of a run. To use it edit your rteval.conf file to comment out cyclictest and uncomment timerlat Another interesting thing you can do is uncomment both of them and get a report from both in one run. You can also use this with the summary report, for example rteval -Z rteval-20240426-3/summary.xml will work with timerlat now. (or both cyclictest and timerlat at the same time.) Signed-off-by: John Kacur --- rteval.conf | 1 + rteval/rteval_text.xsl | 103 +++++++++++++++++++++++++++++++++++++++-- 2 files changed, 100 insertions(+), 4 deletions(-) diff --git a/rteval.conf b/rteval.conf index 4c32fcf4d842..601410b51c28 100644 --- a/rteval.conf +++ b/rteval.conf @@ -7,6 +7,7 @@ report_interval: 600 [measurement] cyclictest: module +# timerlat: module [loads] kcompile: module diff --git a/rteval/rteval_text.xsl b/rteval/rteval_text.xsl index f526526d4d49..1e9c0f0d26c5 100644 --- a/rteval/rteval_text.xsl +++ b/rteval/rteval_text.xsl @@ -201,11 +201,11 @@ - + - + Latency test @@ -237,7 +237,7 @@ - + CPU core @@ -300,6 +300,101 @@ + + + Latency test + + Started: + + + + Stopped: + + + + Command: + + + + + + System: + + + + Statistics: + + + + + + + + + + + + CPU core + + Priority: + + + Statistics: + + + + + + + + Samples: + + + + + Mean: + + + + + Median: + + + + + Mode: + + + + + Range: + + + + + Min: + + + + + Max: + + + + + Mean Absolute Dev: + + + + + Std.dev: + + + + + + + @@ -340,7 +435,7 @@ us - + sysstat measurements -- 2.44.0