Last active
December 11, 2015 05:59
-
-
Save anthonysomerset/4556170 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dd bs=1M count=512 if=/dev/zero of=testds conv=fdatasync | |
512+0 records in | |
512+0 records out | |
536870912 bytes (537 MB) copied, 10.1862 s, 52.7 MB/s | |
hdparm -tT /dev/xvda1 | |
/dev/xvda1: | |
Timing cached reads: 13090 MB in 1.99 seconds = 6586.22 MB/sec | |
Timing buffered disk reads: 142 MB in 3.03 seconds = 46.93 MB/sec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment