iotop-c 1.23-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Re-export upstream signing key without extra signatures.
  * Fix day-of-week for changelog entry 1.22-1.
  * Update standards version to 4.6.1, no changes needed.

  [ Boian Bonev ]
  * Update standards version to 4.6.2, no changes needed.
  * Update to new upstream release of 1.23
  * Fix d/watch

 -- Boian Bonev <email address hidden>  Tue, 24 Jan 2023 00:00:31 +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
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
iotop-c_1.23-1.dsc 2.0 KiB bd3942c72ea0dc7ec0e7153e4b760ed5527641274256f74612badb8b7b8abdb6
iotop-c_1.23.orig.tar.xz 115.1 KiB 56a3b090f7a2ba26d24a2ffe641195f47f9243c532c86b665140d7be9b8ec981
iotop-c_1.23.orig.tar.xz.asc 833 bytes 4e2c975f3d4033125f0771aee6da657e07142e93b5a7e329777ac676cc302425
iotop-c_1.23-1.debian.tar.xz 11.1 KiB 4454acc9a4b86c6ea976ed2a68f36ecfb28784de844823a2c85ab3bbc2ee3bd4

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