an htop-like tool to display disk activity in linux [closed] Ask Question

an htop-like tool to display disk activity in linux [closed] Ask Question

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?

ベストアンサー1

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

おすすめ記事