iotop: add new package
authorJohn Audia <redacted>
Fri, 28 Feb 2025 20:23:07 +0000 (15:23 -0500)
committerHannu Nyman <redacted>
Sun, 8 Jun 2025 19:52:00 +0000 (22:52 +0300)
commitaca8d8d088d41baa724d635d5965af4ea62a8f35
treefcfb31b2d7b8d75d523c5a956b0e56832961b114
parentd34609c274728bfbe4ef601f3ee1ea645a1e32d8
iotop: add new package

Iotop identifies processes that use high amount of input/output requests
on your machine. It is similar to the well known top utility, but
instead of showing you what consumes CPU the most, it lists processes by
their IO usage. Inspired by iotop Python script from Guillaume
Chazarain, rewritten in C by Vyacheslav Trushkin and improved by Boian
Bonev so it runs without Python at all.

Note that only targets that have KERNEL_TASKSTATS enabled will be able
to build this package.

Build system: x86/64
Build-tested: bcm27xx/bcm2712
Run-tested: bcm27xx/bcm2712

Signed-off-by: John Audia <redacted>
admin/iotop/Makefile [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT