iotop
Interactive `top'-like input/output activity monitor
iotop identifies which processes and threads are most responsible for I/O activity such as disc reads and writes. It sorts them in a live, interactive table overview similar to that of the well-known top.
This information makes it much easier for an administrator to see which tasks are blocking others and adjust their priority (using ionice) or stop or kill them altogether.
- Versions: 1.30
- Website: https://github.com/Tomas-M/iotop
- Licenses: GPL 2+
- Package source: gnu/packages/linux.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of iotop as follows:
guix install iotop
Or install a particular version:
guix install iotop@1.30
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of iotop about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/iotop'><img src='https://packages.guix.gnu.org/packages/iotop/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/iotop)
Example Org:
[[https://packages.guix.gnu.org/packages/iotop][https://packages.guix.gnu.org/packages/iotop/badges/latest-version.svg]]