Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

rteval-3.7-7.el9 RPM for noarch

From AlmaLinux 9.4 devel for ppc64le

Name: rteval Distribution: AlmaLinux
Version: 3.7 Vendor: AlmaLinux
Release: 7.el9 Build date: Wed Apr 3 16:07:24 2024
Group: Development/Tools Build host: s390x-builder02.almalinux.org
Size: 414982 Source RPM: rteval-3.7-7.el9.src.rpm
Packager: AlmaLinux Packaging Team <packager@almalinux.org>
Url: https://git.kernel.org/pub/scm/utils/rteval/rteval.git
Summary: Utility to evaluate system suitability for RT Linux
The 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.

Provides

Requires

License

GPLv2

Changelog

* Wed Jan 31 2024 Tomas Glozar <tglozar@redhat.com> - 3.7-7
  - Added patchset for relative cpuset functionality from upstream
  Resolves: RHEL-9912
* Thu Dec 21 2023 John Kacur <jkacur@redhat.com> - 3.7-6
  - Disable the use of python-dmidecode
  Resolves: RHEL-8857
* Wed Nov 15 2023 John Kacur <jkacur@redhat.com> - 3.7-5
  - Add a capabilities rule to the rpminspect.yaml file
  Resolves: RHEL-16400
* Tue Nov 14 2023 John Kacur <jkacur@redhat.com> - 3.7-4
  - Add an rpminspect.yaml file to turn off permissions checks
    for python egg-info files
  Resolves: RHEL-16400
* Mon Nov 13 2023 John Kacur <jkacur@redhat.com> - 3.7-3
  - Remove upstream specfile
  Resolves: RHEL-7615
* Thu Nov 09 2023 John Kacur <jkacur@redhat.com> - 3.7-2
  - Update rteval to use linux-6.6.1 as the default kernel for kcompile
  Resolves: RHEL-14483
* Tue Oct 24 2023 John Kacur <jkacur@redhat.com> - 3.7-1
  - Rebase to rteval-3.7 upstream
  jiraProject == RHEL-7863
* Wed Oct 04 2023 Tomas Glozar <tglozar@redhat.com> - 3.5-11
  - Added patch set that enables rteval to do load calculations and reporting
  correctly on systems with isolated CPUs
  jiraProject== RHEL-8681
* Wed Oct 04 2023 John Kacur <jkacur@redhat.com> - 3.5.10
  - Added patches to use argparse instead of deprecated optparse
  jiraProject == RHEL-9026
* 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

Files

/etc/rteval.conf
/usr/bin/rteval
/usr/lib/python3.9/site-packages/rteval
/usr/lib/python3.9/site-packages/rteval-3.7-py3.9.egg-info
/usr/lib/python3.9/site-packages/rteval-3.7-py3.9.egg-info/PKG-INFO
/usr/lib/python3.9/site-packages/rteval-3.7-py3.9.egg-info/SOURCES.txt
/usr/lib/python3.9/site-packages/rteval-3.7-py3.9.egg-info/dependency_links.txt
/usr/lib/python3.9/site-packages/rteval-3.7-py3.9.egg-info/top_level.txt
/usr/lib/python3.9/site-packages/rteval/Log.py
/usr/lib/python3.9/site-packages/rteval/__init__.py
/usr/lib/python3.9/site-packages/rteval/__pycache__
/usr/lib/python3.9/site-packages/rteval/__pycache__/Log.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/Log.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/cpulist_utils.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/cpulist_utils.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/rtevalConfig.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/rtevalConfig.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/rtevalMailer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/rtevalMailer.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/rtevalReport.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/rtevalReport.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/rtevalXMLRPC.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/rtevalXMLRPC.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/rtevalclient.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/rtevalclient.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/systopology.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/systopology.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/version.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/version.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/xmlout.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/__pycache__/xmlout.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/cpulist_utils.py
/usr/lib/python3.9/site-packages/rteval/modules
/usr/lib/python3.9/site-packages/rteval/modules/__init__.py
/usr/lib/python3.9/site-packages/rteval/modules/__pycache__
/usr/lib/python3.9/site-packages/rteval/modules/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/modules/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/modules/loads
/usr/lib/python3.9/site-packages/rteval/modules/loads/__init__.py
/usr/lib/python3.9/site-packages/rteval/modules/loads/__pycache__
/usr/lib/python3.9/site-packages/rteval/modules/loads/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/modules/loads/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/modules/loads/__pycache__/hackbench.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/modules/loads/__pycache__/hackbench.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/modules/loads/__pycache__/kcompile.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/modules/loads/__pycache__/kcompile.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/modules/loads/__pycache__/stressng.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/modules/loads/__pycache__/stressng.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/modules/loads/hackbench.py
/usr/lib/python3.9/site-packages/rteval/modules/loads/kcompile.py
/usr/lib/python3.9/site-packages/rteval/modules/loads/stressng.py
/usr/lib/python3.9/site-packages/rteval/modules/measurement
/usr/lib/python3.9/site-packages/rteval/modules/measurement/__init__.py
/usr/lib/python3.9/site-packages/rteval/modules/measurement/__pycache__
/usr/lib/python3.9/site-packages/rteval/modules/measurement/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/modules/measurement/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/modules/measurement/__pycache__/cyclictest.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/modules/measurement/__pycache__/cyclictest.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/modules/measurement/__pycache__/sysstat.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/modules/measurement/__pycache__/sysstat.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/modules/measurement/cyclictest.py
/usr/lib/python3.9/site-packages/rteval/modules/measurement/sysstat.py
/usr/lib/python3.9/site-packages/rteval/rtevalConfig.py
/usr/lib/python3.9/site-packages/rteval/rtevalMailer.py
/usr/lib/python3.9/site-packages/rteval/rtevalReport.py
/usr/lib/python3.9/site-packages/rteval/rtevalXMLRPC.py
/usr/lib/python3.9/site-packages/rteval/rtevalclient.py
/usr/lib/python3.9/site-packages/rteval/sysinfo
/usr/lib/python3.9/site-packages/rteval/sysinfo/__init__.py
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/cmdline.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/cmdline.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/cputopology.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/cputopology.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/dmi.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/dmi.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/kernel.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/kernel.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/memory.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/memory.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/newnet.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/newnet.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/osinfo.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/osinfo.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/services.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/services.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/tools.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/__pycache__/tools.cpython-39.pyc
/usr/lib/python3.9/site-packages/rteval/sysinfo/cmdline.py
/usr/lib/python3.9/site-packages/rteval/sysinfo/cputopology.py
/usr/lib/python3.9/site-packages/rteval/sysinfo/dmi.py
/usr/lib/python3.9/site-packages/rteval/sysinfo/kernel.py
/usr/lib/python3.9/site-packages/rteval/sysinfo/memory.py
/usr/lib/python3.9/site-packages/rteval/sysinfo/newnet.py
/usr/lib/python3.9/site-packages/rteval/sysinfo/osinfo.py
/usr/lib/python3.9/site-packages/rteval/sysinfo/services.py
/usr/lib/python3.9/site-packages/rteval/sysinfo/tools.py
/usr/lib/python3.9/site-packages/rteval/systopology.py
/usr/lib/python3.9/site-packages/rteval/version.py
/usr/lib/python3.9/site-packages/rteval/xmlout.py
/usr/share/doc/rteval
/usr/share/doc/rteval/README
/usr/share/doc/rteval/rteval.txt
/usr/share/licenses/rteval
/usr/share/licenses/rteval/COPYING
/usr/share/man/man8/rteval.8.gz
/usr/share/rteval
/usr/share/rteval/rteval_dmi.xsl
/usr/share/rteval/rteval_histogram_raw.xsl
/usr/share/rteval/rteval_text.xsl


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Nov 12 07:23:30 2024