Skip to content

Instantly share code, notes, and snippets.

@imZack
Created September 5, 2015 08:50
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 imZack/bdb2f037b89dc0717d08 to your computer and use it in GitHub Desktop.
Save imZack/bdb2f037b89dc0717d08 to your computer and use it in GitHub Desktop.
benchmark io speed
#!/bin/sh
sync
echo 3 > /proc/sys/vm/drop_caches
dd if=/dev/zero of=/test bs=8k count=100k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment