Package iotop-c: Information

  • Default inline alert: Version in the repository: 1.26-alt1

Source package: iotop-c
Version: 1.23-alt1
Latest version according to Repology
Build time:  Jan 26, 2023, 04:50 PM in the task #314198
Category: Monitoring
Report package bug
Summary: A top utility for IO
Description: 
Is your Linux server too slow or load is too high? One of the possible
causes of such symptoms may be high IO (input/output) waiting time,
which basically means that some of your processes need to read or write
to a hard drive while it is too slow and not ready yet, serving data
for some other processes.

Common practice is to use iostat -x in order to find out which
block device (hard drive) is slow, but this information is not always
helpful. It could help you much more if you knew which process reads or
writes the most data from your slow disk, so you could renice it using
ionice or even kill it.

iotop identifies processes that use high amount of input/output requests
on your machine. It is similar to the well known top utility, but instead
of showing you what consumes CPU the most, it lists processes by their
IO usage. Inspired by iotop Python script from Guillaume Chazarain,
rewritten in C by Vyacheslav Trushkin and improved by Boian Bonev so it
runs without Python at all.

List of rpms provided by this srpm:
iotop-c (x86_64, ppc64le, i586, armh, aarch64)
iotop-c-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Vitaly Chikunov

List of contributors:
Vitaly Chikunov

ACL:
Vitaly Chikunov
@everybody

    1. libncursesw-devel

Last changed


Jan. 26, 2023 Vitaly Chikunov 1.23-alt1
- Update to v1.23 (2023-01-24).
July 12, 2022 Vitaly Chikunov 1.22-alt1
- Update to v1.22 (2022-07-10).
May 3, 2022 Vitaly Chikunov 1.21-alt1
- First import v1.21 (2022-01-27).