vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
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