[PATCH 2/2] rteval: Change default measurement module to cyclictest

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>
---
 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





[Index of Archives]     [RT Stable]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux