public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] rteval: Change the default interval for timerlat to 1100us
@ 2025-02-07 19:39 John Kacur
  2025-02-07 19:39 ` [PATCH 2/2] rteval: Change default measurement module to cyclictest John Kacur
  0 siblings, 1 reply; 2+ messages in thread
From: John Kacur @ 2025-02-07 19:39 UTC (permalink / raw)
  To: RT; +Cc: Clark Williams, John Kacur

Change the default interval for timerlat in rteval to 1100us to make it less
likely to encounter a hang in rtla timerlat hist, until we have a better
solution.

Signed-off-by: John Kacur <jkacur@redhat.com>
---
 rteval/modules/measurement/timerlat.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rteval/modules/measurement/timerlat.py b/rteval/modules/measurement/timerlat.py
index 5bfc495217ea..fe29f34bccbd 100644
--- a/rteval/modules/measurement/timerlat.py
+++ b/rteval/modules/measurement/timerlat.py
@@ -509,7 +509,7 @@ class Timerlat(rtevalModulePrototype):
 def ModuleParameters():
     """ default parameters """
     return {"interval": {"descr": "Base interval or period of threads in microseconds",
-                         "default": 100,
+                         "default": 1100,
                          "metavar": "INTV_US"},
             "priority": {"descr": "Run rtla timerlat with this priority",
                          "default": 95,
-- 
2.48.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] rteval: Change default measurement module to cyclictest
  2025-02-07 19:39 [PATCH 1/2] rteval: Change the default interval for timerlat to 1100us John Kacur
@ 2025-02-07 19:39 ` John Kacur
  0 siblings, 0 replies; 2+ messages in thread
From: John Kacur @ 2025-02-07 19:39 UTC (permalink / raw)
  To: RT; +Cc: Clark Williams, John Kacur

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-07 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-07 19:39 [PATCH 1/2] rteval: Change the default interval for timerlat to 1100us John Kacur
2025-02-07 19:39 ` [PATCH 2/2] rteval: Change default measurement module to cyclictest John Kacur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox