File system performance

Test with dd

Published:
Published:

Test read performance with dd:

sudo /sbin/sysctl -w vm.drop_caches=3
dd if=./test of=/dev/zero bs=512k count=2048

Source: https://www.unixtutorial.org/test-disk-speed-with-dd/

Rate this page