Skip to content

Instantly share code, notes, and snippets.

@juanbrein
Created January 8, 2014 10:39
Show Gist options
  • Select an option

  • Save juanbrein/8314867 to your computer and use it in GitHub Desktop.

Select an option

Save juanbrein/8314867 to your computer and use it in GitHub Desktop.
# Measure disk speed
FILE=/data01/dd-data.raw
dd if=/dev/zero of=$FILE bs=8k count=256k conv=fdatasync; rm -rf $FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment