-
-
Save mikesplain/f736a892731e6f6ac30d0b6336da3b69 to your computer and use it in GitHub Desktop.
rpi-diagnostics-sdcard-benchmark-prescript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install fio -y | |
mkdir /usr/share/agnostics/ | |
curl https://raw.githubusercontent.com/raspberrypi-ui/agnostics/master/data/sd_bench.fio -o /usr/share/agnostics/sd_bench.fio | |
curl https://raw.githubusercontent.com/raspberrypi-ui/agnostics/master/data/sdtest.sh -o /usr/share/agnostics/sdtest.sh | |
chmod +x /usr/share/agnostics/sdtest.sh | |
/usr/share/agnostics/sdtest.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment