On Wed, 12 Sep 2007, Gregory Stark wrote:
Also, it helps to run a "vmstat 1" in another window and watch the bi and bo columns.
Recently on Linux systems I've been using dstat ( http://dag.wieers.com/home-made/dstat/ ) for live monitoring in this sort of situation. Once you get the command line parameters right, you can get data for each of the major disks on your system that keep the columns human readable (like switching from KB/s to MB/s as appropriate) as activity goes up and down combined with the standard vmstat data.
I still use vmstat/iostat if I want to archive or parse the data, but if I'm watching it I always use dstat now.
-- * Greg Smith gsmith@xxxxxxxxxxxxx http://www.gregsmith.com Baltimore, MD ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend