Have a Question?

If you have any question you can ask below or enter what you are looking for!

Installing iotop in Linux

Background

Frequent Linux users have most likely used top at some point in order to view a process list. A similar program, iotop, monitors disk read, write, swap and I/O for each running process, but is not used as much.

iotop centos linux

Steps for Installing iotop in RHEL, CentOS and Fedora Linux

    1. First, make sure to update the Linux kernel to the latest version.
yum update kernel
    1. Then, install the Python modules.
yum install python python-ctypes
    1. Install iotop using the yum package installer by typing the following command:
yum install iotop
    1. Run iotop:
iotop

Leave a Reply

You must be logged in to post a comment.