an htop-like tool to display disk activity in linux

user54579 picture user54579 · Jan 22, 2009 · Viewed 117.9k times · Source

I am looking for a Linux command-line tool that would report the disk IO activity. Something similar to htop would be really cool. Has someone heard of something like that?

Answer

Egil picture Egil · Jan 22, 2009

You could use iotop. It doesn't rely on a kernel patch. It Works with stock Ubuntu kernel

There is a package for it in the Ubuntu repos. You can install it using

sudo apt-get install iotop

iotop