[packages/rteval] - initial

qboosh qboosh at pld-linux.org
Wed Sep 25 20:59:03 CEST 2019


commit 5baca2f82cf32e3d04fa6c45d3ff58aa66a3e69b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Sep 25 21:02:01 2019 +0200

    - initial

 rteval.spec | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 72 insertions(+)
---
diff --git a/rteval.spec b/rteval.spec
new file mode 100644
index 0000000..fd47a3f
--- /dev/null
+++ b/rteval.spec
@@ -0,0 +1,72 @@
+# TODO: loads (see rteval-loads.spec), server parts (see server/rteval-parser.spec)
+Summary:	Utility to evaluate system suitability for RT Linux
+Summary(pl.UTF-8):	Narzędzie do szacowania przydatkości systemu dla Linuksa RT
+Name:		rteval
+Version:	2.14
+Release:	0.1
+License:	GPL v2
+Group:		Applications/System
+Source0:	https://mirrors.edge.kernel.org/pub/linux/utils/rteval/py2/%{name}-%{version}.tar.xz
+# Source0-md5:	ab392d405515d004534e727f9cafc17e
+URL:		https://wiki.linuxfoundation.org/realtime/documentation/howto/tools/rteval
+BuildRequires:	python >= 2.2
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+Requires:	numactl
+Requires:	python-ethtool
+Requires:	python-libxml2
+Requires:	python-modules >= 2.2
+Requires:	python-schedutils
+Requires:	rt-tests >= 0.97
+Requires:	sysstat
+Requires:	trace-cmd
+# TODO:
+#Requires:	python-dmidecode >= 3.10
+#Requires:	rteval-loads >= 1.4
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+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.
+
+%description -l pl.UTF-8
+Skrypt rteval to narzędzie mierzące różne aspekty zachowania czasu
+rzeczywistego w systemie pod obciążeniem. Skrypt rozpakowuje źródła
+jądra, a następnie wchodzi w pętlę, uruchamiając hackbench i
+kompilację jądra. W trakcie tej pętli uruchamiany jest program
+cyclictest, mierzący czas reakcji na zdarzenia. Po zakończeniu
+działania jest wykonywana i wypisywana analiza statystyczna czasów
+reakcji.
+
+%prep
+%setup -q
+
+%build
+%py_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py_install
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO
+%attr(755,root,root) %{_bindir}/rteval
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rteval.conf
+%{py_sitescriptdir}/rteval
+%{py_sitescriptdir}/rteval-%{version}-py*.egg-info
+%{_datadir}/rteval
+%{_mandir}/man8/rteval.8*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rteval.git/commitdiff/5baca2f82cf32e3d04fa6c45d3ff58aa66a3e69b



More information about the pld-cvs-commit mailing list