Skip to content

Instantly share code, notes, and snippets.

@onedr0p
Created November 17, 2018 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onedr0p/10ed661afd77c62c2e844b2f0f10540c to your computer and use it in GitHub Desktop.
Save onedr0p/10ed661afd77c62c2e844b2f0f10540c to your computer and use it in GitHub Desktop.
Hard Disk Performance

Write

dd if=/dev/zero of=./largefile bs=1M count=1024

Clear memory cache

sudo sh -c "sync && echo 3 > /proc/sys/vm/drop_caches"

Read

dd if=./largefile of=/dev/null bs=4k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment