Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 766d5cf430 | |||
| 0348b5a82b | |||
| c5efc4d5b5 | |||
| 8ef0b7704f | |||
| 3afddf542d | |||
| 51b6f904ab | |||
| 0f9e838dab | |||
| 8a1a537b95 | |||
| dfceb2272c | |||
| 2a52d6f7cc |
3
_service
3
_service
@@ -1,10 +1,9 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="versionformat">1.26</param>
|
||||
<param name="versionformat">1.31</param>
|
||||
<param name="url">https://github.com/Tomas-M/iotop</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
<param name="exclude">.*</param>
|
||||
<param name="filename">iotop-c</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a026b3f7fb6055ce32bc7d8e2b13c5d0410a7da527bba964327f7ed25c4d4f89
|
||||
size 56036
|
||||
3
iotop-c-1.31.tar.xz
Normal file
3
iotop-c-1.31.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:263d1b6f7658a9e5abbf0f0685758e54a5901e9c96dee5a6033d1a81bb653663
|
||||
size 199872
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 21 07:33:32 UTC 2026 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 1.31:
|
||||
* less operations to read processes' info
|
||||
* improved test if /proc is mounted
|
||||
* improved test if PID is a process
|
||||
* add alpine linux installation instructions #88
|
||||
* add autopkgtests #95
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 2 05:32:41 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 1.30:
|
||||
* kernel commit 0bf2d83 fixes the problem with struct taskstats,
|
||||
now iotop 1.30 handles only v15 of the struct in a different way,
|
||||
retaining compatibility with both old and new kernels
|
||||
* show zero current values for exited processes
|
||||
* flush stdout after each batch run
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 8 07:02:33 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 1.29:
|
||||
* Fix Linux kernel incompatible struct taskstats
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 8 07:02:16 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 1.28:
|
||||
* add option to specify bin directory #78
|
||||
* fix batch mode
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 14:50:49 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 1.27:
|
||||
* src/iotop: correct pg_cb signature #64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 3 18:23:23 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package iotop-c
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: iotop-c
|
||||
Version: 1.26
|
||||
Version: 1.31
|
||||
Release: 0
|
||||
Summary: Simple top-like I/O monitor (implemented in C)
|
||||
License: GPL-2.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user