Skip to content

Instantly share code, notes, and snippets.

@buuhsmead
Last active March 23, 2019 09:52
Show Gist options
  • Save buuhsmead/5ee868013b3919aa3adbee787ab8485d to your computer and use it in GitHub Desktop.
Save buuhsmead/5ee868013b3919aa3adbee787ab8485d to your computer and use it in GitHub Desktop.
linux disk speed test
Disk WRITE speed test
sync; dd if=/dev/zero of=tempfile bs=1M count=1024; sync
Disk READ speed test
dd if=tempfile of=/dev/null bs=1M count=1024
Just use it often on different machines to get a feeling of speed.
DISK WRITE READ
nvme raid-1 2.3 GB/s 11.1 GB/s
laptop flash 1.0 GB/s 2.5 GB/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment