Debian Admin

Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips

  • RSS Subscribe

    subscribe to the Debian Admin RSS feed
  • Sponsors



  • Categories

  • Sponsors

  • Support DebianAdmin

    Amount $:
    Website(Optional):


  • Meta

  • Archives



iotop – simple top-like I/O monitor

Posted by Admin on July 13th, 2009

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

iotop does for I/O usage what top does for CPU usage. It watches I/O usage information output by the Linux kernel (requires 2.6.20 or later) and displays a table of current I/O usage by processes on the system. Handy for answering the question “Why is my disk churning so much?”.
Install iotop in debian

#apt-get install iotop

This will complete the installation.

Using iotop

type iotop in your terminal and you will get a regularly updated list of processes and the amount of I/O they are currently using: reads and writesin bytes per second, and percentage of time spent swapping and waiting for I/O.

iotop

iotop needs the CONFIG_TASK_DELAY_ACCT and CONFIG_TASK_IO_ACCOUNTING options enabled in the kernel; in Debian stock kernels, that’s already the case.

Screenshot

2005_large


  • Share/Bookmark

Random Posts

3 Responses to “iotop – simple top-like I/O monitor”

  1. Surki Says:

    For monitoring IO usage, check nethogs and as well as speedometer

  2. x33a Says:

    use the -o switch to view only the process actually doing I/O, instead of all the processes.
    [code]iotop -o[/code]

  3. Georg Says:

    great tool to watch the Hd workload, i can recommend htop instead of old plain top

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>