Skip to content

Instantly share code, notes, and snippets.

@kvaps
Last active June 10, 2016 14:07
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 kvaps/99448998037e9a394e104e5bc54d1210 to your computer and use it in GitHub Desktop.
Save kvaps/99448998037e9a394e104e5bc54d1210 to your computer and use it in GitHub Desktop.

Write

dd if=/dev/zero of=./test bs=4k count=1000000 oflag=dsync

Read

dd if=./test if=/dev/null bs=4k count=1000000 oflag=dsync

Drop caches

sync && echo 3 > /proc/sys/vm/drop_caches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment