Thu, 14 Nov 2024 23:53:43 CST | login

Information for build rteval-3.5-9.el9

ID27883
Package Namerteval
Version3.5
Release9.el9
Epoch
Sourcegit+https://git.cclinux.org/stage/rpms/rteval.git#28ebfa7d837888d5ff8b22074fb144d0b27c4cd8
SummaryUtility to evaluate system suitability for RT Linux
DescriptionThe rteval script is a utility for measuring various aspects of realtime behavior on a system under load. The script unpacks the kernel source, and then goes into a loop, running hackbench and compiling a kernel tree. During that loop the cyclictest program is run to measure event response time. After the run time completes, a statistical analysis of the event response times is done and printed to the screen.
Built bydistrobuild
State complete
Volume DEFAULT
StartedMon, 27 Nov 2023 03:19:24 CST
CompletedMon, 27 Nov 2023 03:20:25 CST
Taskbuild (dist-circle9, /stage/rpms/rteval.git:28ebfa7d837888d5ff8b22074fb144d0b27c4cd8)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/rteval.git?#28ebfa7d837888d5ff8b22074fb144d0b27c4cd8'}}
Tags
dist-circle9
dist-circle9-compose
RPMs
src
rteval-3.5-9.el9.src.rpm (info) (download)
noarch
rteval-3.5-9.el9.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Fri Aug 11 2023 John Kacur <jkacur@redhat.com> - 3.5-9 - Added patches to use f-strings where possible, no functional change jiraProject== RHEL-798 * Mon Jun 05 2023 Anubhav Shelat <ashelat@redhat.com> - 3.5-8 - Added code to check if the proc/net/if_inet6 file exists while loading IPv6 addresses in the IPv6Addresses class. Resolves: rhbz#2210103 jiraProject == RHELPLAN-158238 * Mon Feb 06 2023 John Kacur <jkacur@redhat.com> - 3.5-7 - Remove Requires python3-sphinx, as this is only needed for compiling documentation, and is causing problems in testing Resolves: rhbz#2166355 jiraProject == RHELPLAN-147318 * Fri Feb 03 2023 John Kacur <jkacur@redhat.com> - 3.5-6 - Change the default kernel to compile as a load to linux-6.1.8 - Update requires Resolves: rhbz#2166355 jiraProject == RHELPLAN-147318 * Thu Feb 02 2023 John Kacur <jkacur@redhat.com> - 3.5-5 - Change requires to python-sphinx Resolves: rhbz#2164416 * Thu Feb 02 2023 John Kacur <jkacur@redhat.com> - 3.5-4 - Catch failures in python-dmidecode Resolves: rhbz#2164416 * Thu Oct 27 2022 John Kacur <jkacur@redhat.com> - 3.5-3 - Fix "DMI WARNING" when not running as root - Don't attempt to get DMI info if dmidecode returns warnings Resolves: rhbz#2136924 * Mon Oct 17 2022 John Kacur <jkacur@redhat.com> - 3.5-2 - Remove dependency on python-ethtool by using inline code - Add Requires of python-libxml2 Resolves: rhbz#2062388 * Mon Sep 26 2022 John Kacur <jkacur@redhat.com> - 3.5-1 - Rebase to rteval-3.5 upstream Resolves: rhbz#2119171 * Mon Sep 26 2022 Leah Leshchinsky <lleshchi@redhat.com> - 3.4-4 - Add measurement and load location information to the run summary report Resolves: rhbz#2081325 * Tue Sep 13 2022 John Kacur <jkacur@rredhat.com> - 3.4-3 - Make use of systopology instead of misc everywhere - Allow user to enter compressed form of cpulist Resolves: rhbz#2121534 * Mon Sep 12 2022 John Kacur <jkacur@redhat.com> - 3.4-2 - Add option for downloading the kernel to compile as a load - Add a manpage entry for the kernel download option Resolves: rhbz#2107711 * Tue Jun 28 2022 John Kacur <jkacur@redhat.com> - 3.4-1 - Rebase to rteval-3.4 upstream Resolves: rhbz#2069358 * Wed Jun 22 2022 John Kacur <jkacur@redhat.com> - 3.3-7 - Add upstream kcompile patches Resolves: rhbz#2093480 * Tue Jun 07 2022 John Kacur <jkacur@redhat.com> - 3.3-6 - Updates the Requires for rteval-loads with the correct kernel version Resolves: rhbz#2093480 * Tue Jun 07 2022 John Kacur <jkacur@redhat.com> - 3.3-5 - Change the default kernel to compile to linux-5.18.1 Resolves: rhbz#2093480 * Thu Apr 14 2022 John Kacur <jkacur@redhat.com> - 3.3-4 - Fix Popen for python3.6 - Fix allmodconfig when SHA1 signing of modules is not available Resolves: rhbz#2062829 * Tue Feb 15 2022 John Kacur <jkacur@redhat.com> - 3.3-3 - Use inherited cpumask if user doesn't specify a cpumask Resolves: rhbz#1983783 * Mon Feb 07 2022 John Kacur <jkacur@redhat.com> - 3.3-2 - Don't restrict threads to cpumask in environment if user specifies cpumask Resolves: rhbz#1983783 * Wed Jan 26 2022 John Kacur <jkacur@redhat.com> - 3.3-1 - Rebase to upstream rteval-3.3 - Fix case where the threshold assignment is not properly parsed - Increase the default number of buckets from 2000 to 3500 Resolves: rhbz#2012294 * Fri Jan 14 2022 John Kacur <jkacur@redhat.com> - 3.2-10 - Fix test missing threshold assignment Resolves: rhbz#1995195 * Wed Jan 12 2022 John Kacur <jkacur@redhat.com> - 3.2-9 - Do not pass obsolete notrace option to cyclictest - Parse maximum latency even if outside configured buckets - Sort the list of cpus - Skip statistics generation if max latency outside of configured buckets - Add --cyclictest-threshold=USEC feature - Add libmpc and libmpc-devel to the Requires Resolves: rhbz#1995195 * Thu Nov 04 2021 John Kacur <jkacur@redhat.com> - 3.2-8 - allow hackbench to run with warning on low mem - clean-ups to hackbench.py - make donotrun work correctly in load modules - Add the idea of an exclusive load module and make stress-ng one Resolves: rhbz#2007022