Created
August 9, 2013 18:45
-
-
Save russianryebread/6196068 to your computer and use it in GitHub Desktop.
CCWIS ZFS RAID Speeds
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@storage] /mnt/CCWIS# /usr/bin/time -h dd if=/dev/zero of=speedtestfile bs=1024 count=30000000 | |
30720000000 bytes transferred in 295.915848 secs (103813298 bytes/sec [99.00 MB/s]) | |
[root@storage] /mnt/CCWIS# /usr/bin/time -h dd if=speedtestfile of=/dev/zero bs=1024 count=30000000 | |
30720000000 bytes transferred in 115.172637 secs (266730021 bytes/sec [254.37 MB/s]) | |
# Array Read Speed: 254.37 MB/s | |
# Array Write Speed: 99.00 MB/s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment