Make timerlat the default measurement module

Make the default interval 100us
Resolves: RHEL-97540

Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
John Kacur 2025-06-19 12:53:10 -04:00
parent e2df7a9506
commit 00019d8e9b

View File

@ -1,6 +1,6 @@
Name: rteval
Version: 3.9
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
Group: Development/Tools
@ -37,6 +37,7 @@ Patch1: rteval-Fix-missing-statistics-for-system-with-timerl.patch
Patch2: rteval-Change-the-default-interval-for-timerlat-to-1100us.patch
Patch3: rteval-Change-default-measurement-module-to-cyclictest.patch
Patch4: rteval-services.py-Fix-SyntaxWarning.patch
Patch5: rteval-Make-timerlat-the-default-for-rteval.patch
%description
The rteval script is a utility for measuring various aspects of
@ -70,6 +71,11 @@ to the screen.
%{_bindir}/rteval
%changelog
* Thu Jun 19 2025 John Kacur <jkacur@redhat.com> - 3.9-5
- Make timerlat the default measurement module
- Make the default interval 100us
Resolves: RHEL-97540
* Wed Jun 18 2025 John Kacur <jkacur@redhat.com> - 3.9-4
- Fix syntax warning when using python >=3.12
Resolves: RHEL-97825