iotop

The iotop tool can be used to monitor IO action on a server. It is installed in the usual ways.

yum install iotop

apt-get install iotop

It can be launched in the usual ways. On RHEL type linux flavors as root

iotop

And on Ubuntu Linux using the sudo mechanism

sudo iotop

It is very useful for monitoring IO activity for certain types of workloads.