iotop-c 1.22-1 source package in Ubuntu

Changelog

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

  * Update to new upstream release of 1.22
  * Update standards to 4.6.1, no changes

 -- Boian Bonev <email address hidden>  Sat, 09 Jul 2022 23:54:01 +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.22-1.dsc 2.0 KiB fb84a8dd9852e35dcbfab4adb6430d0c21c9e19bae83055f746b6cb6b12ca0c3
iotop-c_1.22.orig.tar.xz 111.4 KiB b61fb9fb0c19307bdff7c671d231276b86ebafd166770fd38be3573b1b40353c
iotop-c_1.22.orig.tar.xz.asc 833 bytes be99cb0153c074a0436ad76e67d3cec7b44d06c36bdc70766cb1a7e19e041a7d
iotop-c_1.22-1.debian.tar.xz 12.7 KiB f28ae5c271abc6ff786ecad7f0f1340503a932ac14a90040ce2f2eca57cc0b7a

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