iotop-c 1.30-1 source package in Ubuntu

Changelog

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 <email address hidden>  Mon, 26 May 2025 20:24:48 +0000

Upload details

Uploaded by:
Boian Bonev
Uploaded to:
Sid
Original maintainer:
Boian Bonev
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc

Downloads

File Size SHA-256 Checksum
iotop-c_1.30-1.dsc 2.0 KiB ace41ed1548df47e1576b4dd50d07f5b47c95706b96f57f701f4ca9184657232
iotop-c_1.30.orig.tar.xz 120.4 KiB b6d8001cd06b583b42bc366d337c3c6e94ae8eadd29f501dbb333b11a2f0bce0
iotop-c_1.30.orig.tar.xz.asc 833 bytes 0c189ccb3a09f8b68ac7b179215c53b8ac68e3c32d19742c7db907eaf634d61d
iotop-c_1.30-1.debian.tar.xz 11.5 KiB 07cb8771d2813b06bcda9c04446da70de99e54e7a2e31bc94c6c3763e1625db8

Available diffs

No changes file available.

Binary packages built by this source

iotop-c: simple top-like I/O monitor (implemented in C)

 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.

iotop-c-dbgsym: debug symbols for iotop-c