Bash script for Mac OS X test SSD/HDD/SDHC or network storage's read and write speeds.
Find a file
2022-07-07 09:13:38 +03:00
LICENSE Initial commit 2017-05-28 13:32:10 +03:00
README.md updates 2022-07-07 09:13:38 +03:00
storage_speedtest.sh asks file size as input 2022-07-07 09:13:33 +03:00

Mac - Disk IO speed test

Bash script for Mac OS X test SSD/HDD/SDHC or network storage's read and write speeds of devices on or connected to your mac.

Usage:

$ bash storage_speedtest.sh /Volumes/Data/

i.e., use: /Volumes/Data and not /dev/disk2

Note: administrator password is necessary for sudo to reset file system cache (using sync & purge command). This is because the Read speed results are incorrect when performed without a cache reset.