Exemplos de Uso
$
dd if=/dev/zero of=/tmp/testfile bs=1G count=1 oflag=direct
$
dd if=/tmp/testfile of=/dev/null bs=1G
$
echo 3 > /proc/sys/vm/drop_caches
$
yum install fio -y
fio --name=randwrite --ioengine=libaio --iodepth=1 --rw=randwrite --bs=4k --size=1G