Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: rt-tests | Distribution: SUSE Linux Enterprise 15 |
Version: 2.6 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150600.1.2 | Build date: Thu May 9 15:35:02 2024 |
Group: System/Benchmark | Build host: nebbiolo |
Size: 1095202 | Source RPM: rt-tests-2.6-150600.1.2.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git | |
Summary: Realtime Kernel Testsuite |
The Realtime Kernel Testsuite measures real-time attributes of the kernel, specifically timer and signal latency and the functionality of Priority Inheritance Mutexes.
GPL-2.0-only
* Wed Mar 20 2024 jcheung@suse.com - Update to version 2.6 for SLERT15 SP6 (jsc#PED-8140) https://lore.kernel.org/linux-rt-users/20231006200345.53658-1-jkacur@redhat.com/ * Mon Jun 05 2023 jcheung@suse.com - Submit version 2.5 to SLERT15 SP5 (jsc#PED-3142) * Tue Apr 18 2023 mpluskal@suse.com - Update to version 2.5: https://lore.kernel.org/linux-rt-users/20230120205220.26218-1-jkacur@redhat.com/T/#u - Drop upstreamed patches: * 0001-cyclictest-Fix-threads-being-affined-even-when-a-isn.patch * 0002-rt-tests-Remove-arbitrary-num-of-threads-limits.patch * 0003-rt-tests-hackbench-Add-error-checking-to-connect-and.patch * 0004-rt-tests-hwlatdetect-Update-to-integer-division.patch * Fri Nov 25 2022 mpluskal@suse.com - Use sources which are actually published * Thu Nov 24 2022 pvorel@suse.cz - Update to upstream version v2.4 https://lore.kernel.org/linux-rt-users/20220708150017.13462-1-jkacur@redhat.com/ - Update to upstream version v2.3 https://lore.kernel.org/linux-rt-users/20211210184649.11084-1-jkacur@redhat.com/ - Remove old patch rt-tests-1.10-Makefile.patch, which installed src/cyclictest/get_cyclictest_snapshot.8. Upstream guarded it with PYLIB in 3d1976b ("Makefile: manpages: only add get_cyclictest_snapshot if PYLIB") but PYLIB should be defined due BuildRequires: python3-base - Backport runtime fixes from upcomming release: * 0001-cyclictest-Fix-threads-being-affined-even-when-a-isn.patch * 0002-rt-tests-Remove-arbitrary-num-of-threads-limits.patch * 0003-rt-tests-hackbench-Add-error-checking-to-connect-and.patch * 0004-rt-tests-hwlatdetect-Update-to-integer-division.patch - Use %autosetup (not having to add -p1 for patches) * Tue Aug 31 2021 daniel.wagner@suse.com - Update to upstream version v2.2 * signaltest: Fix JSON output latency values for 32bit machines * oslat: Don't take trace_threshold into account during preheat * sched_deadline: Update HRTICK_DL location * Allow static builds by dropping dependency on pthread_getaffinity_np * Thu Jul 29 2021 daniel.wagner@suse.com - Enable build on all architectures. * Wed Jun 30 2021 daniel.wagner@suse.com - Update to upstream version 2.1 * Avoid pagefault at startup which made the first cycle in cyclictest measure a huge latency spike. * Fri Jun 25 2021 daniel.wagner@suse.com - Update to upstream version 2.0 * All test programs can output their results in JSON format * cyclictest: Allow to specify main thread affinity * Tue Jan 05 2021 jcheung@suse.com - Update to upstream version 1.10 (SLE-12981) * rt-tests: queuelat: Remove get_cpuinfo_mhz.sh and old Makefile * rt-tests: determine_maximum_mpps.sh: Add a menu to get user settings. * rt-numa: Introduce NUMA helpers * cyclictest: Only report the first incident * Streamline usage and man page - Add rt-tests-1.10-Makefile.patch and remove rt-tests-1.6-Makefile.patch - Cleanup spec file - Changes from version 1.9 * signaltest: Only print from the first thread stats when quiet * rt-tests: cyclictest: Move ftrace helpers into rt-utils.[ch] * pi_stress: limit the number of inversion groups to the number of online cores * rt-tests: Install new man page get_cyclictest_snapshot.8 * rt-tests: Add a man page for get_cyclictest_snapshot * rt-tests: ptsematest.8: Update the ptsematest man page * rt-tests: improvements to the python style in get_cyclictest_snapshot * cyclictest: Fix setaffinity error on large NUMA machines - Changes from version 1.8 * cyclictest: Make the affinity mask apply to the main thread too * Remove support for compiling without NUMA * cyclictest: Only run on runtime affinity and user supplied affinity * cyclictest: Only run on available cpus according to the affinity * cyclictest: Report all errors from pthread_setaffinity_np - Changes from version 1.7 * Add get_cyclictest_snapshot to Makefile * Add the get_cyclictest_snapshot.py utility * determine_maximum_mpps.sh: Fix quoting and other shell issue * queuelat: get_cpuinfo_mhz.sh highest value * cyclicdeadline: Add a simple manpage for cyclicdeadline * Tue Jun 16 2020 jcheung@suse.com - Update to version 1.6: * New feature to get a snapshot of a running instance of cyclictest without stopping it by sending SIGUSR2 to the PID and reading a shared memory segment. This is especially useful if running cyclictest over a long period of time * Add SPDX tags V3 * Some fixes - Changes from version 1.5 * Mostly small clean-ups and bug fixes - Changes from version 1.4 * Added a number of new programs to the rt-tests suite - queuelat : simulates a network queue checking for latency violations in packet processing. - cyclicdeadline : used to test the deadline scheduler (SCHED_DEADLINE) - deadline_test : tests the deadline scheduler in a cyclictest manner - ssdd : a tracer to do a bunch of PTRACE_SINGLESTEPs - Add rt-tests-1.6-Makefile.patch * Thu Sep 13 2018 jengelh@inai.de - Fix grammar in description. - Have some more %make_install. * Thu Sep 13 2018 mpluskal@suse.com - Update to version 1.3 - Cleanup spec file * Thu Sep 13 2018 jcheung@suse.com - This is initial to SLERT15 SP1 [fate#326547] * Mon Jul 30 2018 jcheung@suse.com - Update to 1.0 Fate#323312 - Upgrade rt-tests to v1.0 cyclictest: stop any tracing after hitting a breaktrace threshold rt-tests: Makefile: Assume numa_parse_cpustring_all available rt-tests: Add man page for rt-migrate-test rt-tests: Update the cyclictest man page rt-tests: Add missing option to hwlatdetect man page rt-tests: Housekeeping fix some spelling errors. rt-tests: hwlat.txt: smidetect renamed to hwlatdetect rt-tests: Remove doc/release-checklist.txt rt-tests: Makefile - bump version to 1.0 * Fri Jul 27 2018 jcheung@suse.com - Submit to SLERT12 SP4 * Tue Apr 25 2017 jcheung@suse.com - Submit to SLERT12-SP3 * Thu Dec 08 2016 jcheung@suse.com - Apply this version to SLE-12-SP2 * Thu Jan 14 2016 jcheung@suse.com - Apply this version to SLE-12-SP1 * Fri Jul 10 2015 jcheung@suse.com - - Add the "COPYING" file in the %doc section - * Thu Jul 09 2015 jcheung@suse.com - - license update: GPL-2.0 - We now use SPDX license sytnax. - * Wed Jul 08 2015 cdenicolo@suse.com - - license update: GPL-2.0 - please use SPDX license sytnax. * Tue Jun 30 2015 mgalbraith@suse.de - Update to 0.89 This is the last release suitable for SLE11 - Drop legacy/unbuildable backfire/sendme - Drop legacy SLERT10 scripts - We now ship virgin source with only hwlatency detect and broken legacy code removed.
/usr/bin/cyclicdeadline /usr/bin/cyclictest /usr/bin/deadline_test /usr/bin/determine_maximum_mpps.sh /usr/bin/get_cyclictest_snapshot /usr/bin/hackbench /usr/bin/hwlatdetect /usr/bin/oslat /usr/bin/pi_stress /usr/bin/pip_stress /usr/bin/pmqtest /usr/bin/ptsematest /usr/bin/queuelat /usr/bin/rt-migrate-test /usr/bin/signaltest /usr/bin/sigwaittest /usr/bin/ssdd /usr/bin/svsematest /usr/lib/python3.6/site-packages/get_cyclictest_snapshot.py /usr/lib/python3.6/site-packages/hwlatdetect.py /usr/share/doc/packages/rt-tests /usr/share/doc/packages/rt-tests/MAINTAINERS /usr/share/doc/packages/rt-tests/README.markdown /usr/share/licenses/rt-tests /usr/share/licenses/rt-tests/COPYING /usr/share/man/man8/cyclicdeadline.8.gz /usr/share/man/man8/cyclictest.8.gz /usr/share/man/man8/deadline_test.8.gz /usr/share/man/man8/determine_maximum_mpps.8.gz /usr/share/man/man8/get_cyclictest_snapshot.8.gz /usr/share/man/man8/hackbench.8.gz /usr/share/man/man8/hwlatdetect.8.gz /usr/share/man/man8/oslat.8.gz /usr/share/man/man8/pi_stress.8.gz /usr/share/man/man8/pip_stress.8.gz /usr/share/man/man8/pmqtest.8.gz /usr/share/man/man8/ptsematest.8.gz /usr/share/man/man8/queuelat.8.gz /usr/share/man/man8/rt-migrate-test.8.gz /usr/share/man/man8/signaltest.8.gz /usr/share/man/man8/sigwaittest.8.gz /usr/share/man/man8/ssdd.8.gz /usr/share/man/man8/svsematest.8.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:51:39 2024