- Make the default interval for timerlat in rteval 1100us - Make cyclictest the default measurement module for rteval Resolves: RHEL-78395 Signed-off-by: John Kacur <jkacur@redhat.com>
46 lines
1.2 KiB
Diff
46 lines
1.2 KiB
Diff
From 950b6dd5d7812d101bf30ac0b4c94bedcc2a9d23 Mon Sep 17 00:00:00 2001
|
|
From: John Kacur <jkacur@redhat.com>
|
|
Date: Fri, 7 Feb 2025 14:36:17 -0500
|
|
Subject: [PATCH 2/2] rteval: Change default measurement module to cyclictest
|
|
|
|
Change the default measurement module in rteval to cyclictest
|
|
until we can fix a hang in rtla timerlat hist
|
|
|
|
Signed-off-by: John Kacur <jkacur@redhat.com>
|
|
---
|
|
rteval-cmd | 2 +-
|
|
rteval.conf | 4 ++--
|
|
2 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/rteval-cmd b/rteval-cmd
|
|
index 9875903c0107..4e13d312a24a 100755
|
|
--- a/rteval-cmd
|
|
+++ b/rteval-cmd
|
|
@@ -250,7 +250,7 @@ if __name__ == '__main__':
|
|
|
|
if not config.HasSection('measurement'):
|
|
config.AppendConfig('measurement', {
|
|
- 'timerlat' : 'module',
|
|
+ 'cyclictest' : 'module',
|
|
'sysstat' : 'module'})
|
|
|
|
# Prepare log levels before loading modules, not to have unwanted log messages
|
|
diff --git a/rteval.conf b/rteval.conf
|
|
index 46a9b1743716..601410b51c28 100644
|
|
--- a/rteval.conf
|
|
+++ b/rteval.conf
|
|
@@ -6,8 +6,8 @@ duration: 60.0
|
|
report_interval: 600
|
|
|
|
[measurement]
|
|
-# cyclictest: module
|
|
-timerlat: module
|
|
+cyclictest: module
|
|
+# timerlat: module
|
|
|
|
[loads]
|
|
kcompile: module
|
|
--
|
|
2.48.1
|
|
|