From this article
dd
can provide some basic insights to a system's disk IO abilities
To measure server throughput (write speed, sequential):
dd if=/dev/zero of=/tmp/test1.img bs=1G count=1 oflag=dsync
To measure server latency:
dd if=/dev/zero of=/tmp/test2.img bs=512 count=1000 oflag=dsync