Message ID | 20250207193949.67985-2-jkacur@redhat.com |
---|---|
State | New |
Headers | show |
Series | [1/2] rteval: Change the default interval for timerlat to 1100us | expand |
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
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(-)