Rough IO Measurement

03 Jul 2016

Neat way to get the rough throughput of your IO device:

$ time (dd if=/dev/zero of=wtf bs=1M count=10000 oflag=direct)