2020-11-10 19:44:11 +00:00
|
|
|
Name: iotop-c
|
2024-02-04 12:09:15 +00:00
|
|
|
Version: 1.26
|
2024-10-29 15:36:42 +00:00
|
|
|
Release: 3%{?dist}
|
2020-11-10 19:44:11 +00:00
|
|
|
Summary: Simple top-like I/O monitor (implemented in C)
|
|
|
|
|
2023-02-14 08:06:52 +00:00
|
|
|
License: GPL-2.0-or-later
|
2020-11-10 19:44:11 +00:00
|
|
|
URL: https://github.com/Tomas-M/iotop/
|
|
|
|
Source0: https://github.com/Tomas-M/iotop/releases/download/v%{version}/iotop-%{version}.tar.xz
|
|
|
|
Source1: https://github.com/Tomas-M/iotop/releases/download/v%{version}/iotop-%{version}.tar.xz.asc
|
|
|
|
Source2: https://raw.githubusercontent.com/Tomas-M/iotop/v%{version}/debian/upstream/signing-key.asc
|
|
|
|
|
2024-02-02 15:57:56 +00:00
|
|
|
Provides: iotop
|
|
|
|
Obsoletes: iotop < 0.7
|
|
|
|
|
2020-11-10 19:44:11 +00:00
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: pkgconfig(ncursesw)
|
|
|
|
|
|
|
|
%description
|
|
|
|
iotop-c does for I/O usage what top(1) does for CPU usage. It watches I/O
|
|
|
|
usage information output by the Linux kernel and displays a table of
|
|
|
|
current I/O usage by processes on the system. It is handy for answering
|
|
|
|
the question "Why is the disk churning so much?".
|
|
|
|
|
|
|
|
iotop-c requires a Linux kernel built with the CONFIG_TASKSTATS,
|
|
|
|
CONFIG_TASK_DELAY_ACCT, CONFIG_TASK_IO_ACCOUNTING and
|
|
|
|
CONFIG_VM_EVENT_COUNTERS config options on.
|
|
|
|
|
|
|
|
iotop-c is an alternative re-implementation of iotop in C, optimized for
|
|
|
|
performance. Normally a monitoring tool intended to be used on a system
|
|
|
|
under heavy stress should use the least additional resources as
|
|
|
|
possible.
|
|
|
|
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
|
|
|
%autosetup -n iotop-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%set_build_flags
|
|
|
|
NO_FLTO=1 %make_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
V=1 STRIP=: %make_install
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%license LICENSE
|
2024-02-02 15:57:56 +00:00
|
|
|
%{_sbindir}/iotop
|
|
|
|
%{_mandir}/man8/iotop.8*
|
2020-11-10 19:44:11 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-10-29 15:36:42 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.26-3
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-06-24 15:51:26 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.26-2
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-02-04 12:09:15 +00:00
|
|
|
* Sat 03 Feb 2024 Boian Bonev <bbonev@ipacct.com> - 1.26-1
|
|
|
|
- Update to latest ver 1.26
|
|
|
|
|
2024-02-02 15:57:56 +00:00
|
|
|
* Thu Feb 01 2024 Michal Hlavinka <mhlavink@redhat.com> - 1.25-4
|
|
|
|
- replace iotop https://fedoraproject.org/wiki/Changes/Replace_iotop_with_iotop-c
|
|
|
|
- iotop-c executable renamed back to iotop
|
|
|
|
|
2024-01-24 22:50:54 +00:00
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.25-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-20 23:12:18 +00:00
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.25-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-10-14 12:17:31 +00:00
|
|
|
* Sat Oct 14 2023 Boian Bonev <bbonev@ipacct.com> - 1.25-1
|
|
|
|
- Update to latest ver 1.25
|
|
|
|
|
2023-09-30 23:45:15 +00:00
|
|
|
* Sat Sep 30 2023 Boian Bonev <bbonev@ipacct.com> - 1.24-1
|
|
|
|
- Update to latest ver 1.24
|
|
|
|
|
2023-07-20 07:32:21 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.23-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-02-14 08:06:52 +00:00
|
|
|
* Tue Feb 14 2023 Boian Bonev <bbonev@ipacct.com> - 1.23-2
|
|
|
|
- SPDX migration
|
|
|
|
|
2023-01-23 23:50:13 +00:00
|
|
|
* Tue Jan 24 2023 Boian Bonev <bbonev@ipacct.com> - 1.23-1
|
|
|
|
- Update to latest ver 1.23
|
|
|
|
|
2023-01-19 13:16:15 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.22-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-21 14:46:11 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.22-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-07-09 22:19:14 +00:00
|
|
|
* Sun Jul 10 2022 Boian Bonev <bbonev@ipacct.com> - 1.22-1
|
|
|
|
- Update to latest ver 1.22
|
|
|
|
|
2022-01-27 19:42:30 +00:00
|
|
|
* Wed Jan 26 2022 Boian Bonev <bbonev@ipacct.com> - 1.21-1
|
|
|
|
- Update to latest ver 1.21
|
|
|
|
|
2022-01-20 13:22:41 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.20-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-10-06 23:45:37 +00:00
|
|
|
* Mon Oct 04 2021 Boian Bonev <bbonev@ipacct.com> - 1.20-1
|
2021-10-05 00:11:31 +00:00
|
|
|
- Update to latest ver 1.20
|
|
|
|
|
2021-09-21 09:03:20 +00:00
|
|
|
* Tue Sep 21 2021 Boian Bonev <bbonev@ipacct.com> - 1.19-1
|
|
|
|
- Update to latest ver 1.19
|
|
|
|
|
2021-08-24 17:03:20 +00:00
|
|
|
* Tue Aug 24 2021 Boian Bonev <bbonev@ipacct.com> - 1.18-1
|
|
|
|
- Update to latest ver 1.18
|
|
|
|
|
2021-07-22 08:39:33 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.17-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-02-06 01:35:08 +00:00
|
|
|
* Sat Feb 6 2021 Boian Bonev <bbonev@ipacct.com> - 1.17-1
|
|
|
|
- Update to latest ver 1.17
|
|
|
|
|
2021-01-28 16:01:12 +00:00
|
|
|
* Thu Jan 28 2021 Boian Bonev <bbonev@ipacct.com> - 1.16-1
|
|
|
|
- Update to latest ver 1.16
|
|
|
|
|
2021-01-26 14:25:31 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-11-10 19:44:11 +00:00
|
|
|
* Sat Sep 26 2020 Boian Bonev <bbonev@ipacct.com> - 1.15-1
|
|
|
|
- Initial packaging for Fedora
|