Skip to content

Instantly share code, notes, and snippets.

@hhcalder92
Last active March 12, 2022 15:17
Show Gist options
  • Save hhcalder92/6415f36ef4ae61dc2eec6e067a41813e to your computer and use it in GitHub Desktop.
Save hhcalder92/6415f36ef4ae61dc2eec6e067a41813e to your computer and use it in GitHub Desktop.
rpi-diagnostics-sdcard-benchmark-prescript
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