#!/bin/tcsh -f
# JLdL 03Jul08.
#
# Read 10 GB from the raid5.
#
sync
date
/usr/bin/time dd if=zeros.dd of=/dev/null
sync
date
