Skip to content

Instantly share code, notes, and snippets.

@russianryebread
Created August 9, 2013 18:45
Show Gist options
  • Save russianryebread/6196068 to your computer and use it in GitHub Desktop.
Save russianryebread/6196068 to your computer and use it in GitHub Desktop.
CCWIS ZFS RAID Speeds
[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