iotop-c 1.25-1 source package in Ubuntu

Changelog

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

  * Update to new upstream release of 1.25
    - Fix ESC makes iotop busy loop
    - Fix the logic in 'only' option

 -- Boian Bonev <email address hidden>  Sat, 14 Oct 2023 08:49: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

Downloads

File Size SHA-256 Checksum
iotop-c_1.25-1.dsc 2.0 KiB cb8c67fc27cc6c8e9e6c603b16e9cd4803143b2414edb82de2c29ccd451adcf7
iotop-c_1.25.orig.tar.xz 116.1 KiB bf1e1ccb9692e99381cd362c74d64b30913432c7df48f1f91da5f2920a2e2d08
iotop-c_1.25.orig.tar.xz.asc 833 bytes e443132d186a6d64dc1db907b874d6de323263eaa381d94878248d8053a04e01
iotop-c_1.25-1.debian.tar.xz 11.2 KiB 92212a551ed3795ebf05932c4893d1f50b1b673c133715f584402b4b97a937a0

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