iotop-c 1.26-1 source package in Ubuntu

Changelog

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

  * Update to new upstream release of 1.26
    - Clock in upper right corner

 -- Boian Bonev <email address hidden>  Sat, 03 Feb 2024 13:45:39 +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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
iotop-c_1.26-1.dsc 2.0 KiB 83e358f8f764695169f3e36f7cd5ea3c891efc210457358f247bea57c75a84e8
iotop-c_1.26.orig.tar.xz 115.5 KiB 8739dc429c9c07f51955cb01ccfba081c9776f63134d24a2454e2598873fcd1e
iotop-c_1.26.orig.tar.xz.asc 833 bytes f066b2a89016f85ab246e8e2a03c39f4cca75c6f8da476ce6ad1faad591f9b70
iotop-c_1.26-1.debian.tar.xz 11.3 KiB effa8e7c6b2c6a8fd36705f5f6fce76fbb204da8cb4bec25bcd3bb52e5b9fee3

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