Created
April 25, 2012 17:17
-
-
Save stevencorona/2491433 to your computer and use it in GitHub Desktop.
This file contains 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
root@slave01:/tmp# hdparm -T /dev/sda | |
/dev/sda: | |
Timing cached reads: 28696 MB in 2.00 seconds = 14365.30 MB/sec | |
root@slave01:/tmp# hdparm -t /dev/sda | |
/dev/sda: | |
Timing buffered disk reads: 1452 MB in 3.00 seconds = 483.41 MB/sec | |
root@slave01:/tmp# dd if=/dev/zero of=test bs=8k count=256k | |
262144+0 records in | |
262144+0 records out | |
2147483648 bytes (2.1 GB) copied, 4.97689 s, 431 MB/s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment