iotop-c 1.20-1 source package in Ubuntu

Changelog

iotop-c (1.20-1) unstable; urgency=medium

  * Update to new upstream release of 1.20
    - Add support for kernel 5.14+ task_delayacct sysctl

 -- Boian Bonev <email address hidden>  Mon, 04 Oct 2021 23:56:24 +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

Downloads

File Size SHA-256 Checksum
iotop-c_1.20-1.dsc 2.0 KiB 1adc575003367f34ea5cfa1581ce86f483a5bdd6a7db1600d5c669bb29a564da
iotop-c_1.20.orig.tar.xz 102.9 KiB e0227dd4b71ce3ffe50225b85cf9abb38a99c1d2dff69e3f1db7d059d7490d51
iotop-c_1.20.orig.tar.xz.asc 833 bytes 9767b325462b28783e6896c1ce402ce918e151b1ee04425a84dd64a7ad2b47e4
iotop-c_1.20-1.debian.tar.xz 12.6 KiB 268d3af03566dbb4379bd0c23cc5435caf046d1be9b66c1029f2fc35cd9d05ec

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