IOstats
Linux server IO utilitzation:
iostat -d -x <wait> <count>
Things to note from output:
r/s and w/s (reads and writes per second)
svctm ( average service time per request)
%util (Percentage of CPU time during which IO requests issued to the device. Device saturation occurs as this approaches 100%)
combined info from the iostat man page and here