iotop-c (1.30-1)
[PTS] [DDPO]
COMMITS: VCS has seen 4 commits since the v1.30 tag
- Git: https://github.com/Tomas-M/iotop.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 876544
- Browser: https://github.com/Tomas-M/iotop
- Last scan: 2025-10-22 08:11:01+00
- Next scan: 2025-10-23 07:07:00+00
- Debian changelog in Git:
iotop-c (1.30-1) unstable; urgency=medium
* Update to new upstream release of 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
-- Boian Bonev <bbonev@ipacct.com> Mon, 26 May 2025 20:24:48 +0000
- This branch is 4 commits ahead of tag v1.30
- Git log:
commit f2ab5e363ba16abdb11023554eb5a967f4a0cd13
Merge: a3bfb80 dd7aa68
Author: Boian Bonev <bbonev@ipacct.com>
Date: Sat Sep 13 01:55:16 2025 +0300
Merge branch 'master' of github.com:Tomas-M/iotop
commit a3bfb8071d23e354b8c23fabf1c4a6b098c7e263
Author: Boian Bonev <bbonev@ipacct.com>
Date: Sat Sep 13 01:53:36 2025 +0300
Optimize read_cmdline
- replace read_cmdline with read_cmdlines that will generate all the info in one go
- normal processes did 2 opens of /proc/<pid>/cmdline (2 opens)
- kernel threads did 4 opens of /proc/<pid>/cmdline and /proc/<pid>/stats (4 opens)
- now all processes open only /proc/<pid>/cmdline and /proc/<pid>/comm (2 opens)
- display the /proc/<pid>/comm value before the full command line
- include the thread name in search/filtering
- sanitize the batch mode output by escaping low ascii characters
- add a check in filter1 for NULL cmdline_short/cmdline_long
commit dd7aa6877f9f52f953fb14eca4b388b0eaedc4a8
Merge: c3366a8 a6a881b
Author: Boian Bonev <bbonev@ipacct.com>
Date: Sun Aug 31 01:28:59 2025 +0300
Merge pull request #88 from Roshless/master
add alpine linux installation instructions
commit a6a881b09b962b16501d50faf3d35e3edadbfd5e
Author: Roshless <me@roshless.com>
Date: Sat Aug 30 20:09:48 2025 +0200
add alpine linux installation instructions