Skip to content

Instantly share code, notes, and snippets.

@psftw
Created August 13, 2014 02: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 psftw/94e3cafb425ceff11802 to your computer and use it in GitHub Desktop.
Save psftw/94e3cafb425ceff11802 to your computer and use it in GitHub Desktop.
[root@dockbeast ~]# dd if=/dev/zero of=2G bs=1M count=2K conv=fsync
2048+0 records in
2048+0 records out
2147483648 bytes (2.1 GB) copied, 2.75216 s, 780 MB/s
[root@dockbeast ~]# sync && echo 3 > /proc/sys/vm/drop_caches
[root@dockbeast ~]# dd if=2G of=/dev/null bs=1M
2048+0 records in
2048+0 records out
2147483648 bytes (2.1 GB) copied, 2.43674 s, 881 MB/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment