Skip to content

Instantly share code, notes, and snippets.

@harisfi
Created January 17, 2021 14:59
Show Gist options
  • Save harisfi/3a7c8f09c057728f40dfe52f60ef8519 to your computer and use it in GitHub Desktop.
Save harisfi/3a7c8f09c057728f40dfe52f60ef8519 to your computer and use it in GitHub Desktop.
Calculate HDD speed (100MB/s = normal)
#!/bin/sh
dd bs=1M count=512 if=/dev/zero of=test conv=fdatasync; rm -f test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment