에에에에에에엥??!?!?!
동일 시스템 아니고 동일 하드가 아니라 다르게 나올수도 있고
다른 서비스 도는게 있어서 전혀 영향이 없다라고 할 순 없는 좀 불공평한 상황이긴 하지만
SAS 10K HDD RAID-5 * 4 |
SAS 10K HDD RAID-0 * 4 |
# dd if=/dev/zero of=/home/testfile bs=1G count=1 oflag=direct 1073741824 bytes (1.1 GB) copied, 0.968236 s, 1.1 GB/s # dd if=/dev/zero of=/home/testfile bs=1M count=1024 oflag=direct 1073741824 bytes (1.1 GB) copied, 0.877165 s, 1.2 GB/s 1073741824 bytes (1.1 GB) copied, 1.67205 s, 642 MB/s 1073741824 bytes (1.1 GB) copied, 1.64823 s, 651 MB/s 1073741824 bytes (1.1 GB) copied, 1.70338 s, 630 MB/s 1073741824 bytes (1.1 GB) copied, 1.67719 s, 640 MB/s # dd if=/dev/zero of=/home/testfile bs=1G count=1 oflag=direct 1073741824 bytes (1.1 GB) copied, 0.981585 s, 1.1 GB/s 1073741824 bytes (1.1 GB) copied, 1.86161 s, 577 MB/s 1073741824 bytes (1.1 GB) copied, 1.83748 s, 584 MB/s # dd if=/dev/zero of=/home/testfile bs=512 count=1024 oflag=direct 524288 bytes (524 kB) copied, 0.0448593 s, 11.7 MB/s 524288 bytes (524 kB) copied, 0.0444185 s, 11.8 MB/s 524288 bytes (524 kB) copied, 0.0448892 s, 11.7 MB/s # dd if=/dev/zero of=/home/testfile bs=512 count=102400 oflag=direct 52428800 bytes (52 MB) copied, 2.87847 s, 18.2 MB/s # dd if=/dev/zero of=/home/testfile bs=4096 count=102400 oflag=direct 419430400 bytes (419 MB) copied, 3.62074 s, 116 MB/s 419430400 bytes (419 MB) copied, 3.60996 s, 116 MB/s |
# dd if=/dev/zero of=/home/testfile bs=1G count=1 oflag=direct 1073741824 bytes (1.1 GB) copied, 1.33766 s, 803 MB/s # dd if=/dev/zero of=/home/testfile bs=1G count=1 oflag=direct 1073741824 bytes (1.1 GB) copied, 1.33303 s, 805 MB/s 1073741824 bytes (1.1 GB) copied, 2.53404 s, 424 MB/s 1073741824 bytes (1.1 GB) copied, 2.69058 s, 399 MB/s 1073741824 bytes (1.1 GB) copied, 1.35569 s, 792 MB/s 1073741824 bytes (1.1 GB) copied, 2.63433 s, 408 MB/s # dd if=/dev/zero of=/home/testfile bs=1M count=1024 oflag=direct 1073741824 bytes (1.1 GB) copied, 2.34943 s, 457 MB/s 1073741824 bytes (1.1 GB) copied, 2.39908 s, 448 MB/s 1073741824 bytes (1.1 GB) copied, 1.12215 s, 957 MB/s // 쉬었다가 실행 # dd if=/dev/zero of=/home/testfile bs=512 count=1024 oflag=direct 524288 bytes (524 kB) copied, 0.0496745 s, 10.6 MB/s 524288 bytes (524 kB) copied, 0.0369942 s, 14.2 MB/s 524288 bytes (524 kB) copied, 0.0600279 s, 8.7 MB/s # dd if=/dev/zero of=/home/testfile bs=512 count=102400 oflag=direct 52428800 bytes (52 MB) copied, 4.08467 s, 12.8 MB/s # dd if=/dev/zero of=/home/testfile bs=4096 count=102400 oflag=direct 419430400 bytes (419 MB) copied, 6.50347 s, 64.5 MB/s 419430400 bytes (419 MB) copied, 6.21405 s, 67.5 MB/s |
내가 멀 잘못했나 해서 보는데 맞는데.. 머지?
Read/ Write 정책에 block size 모두 동일하고.. 우찌된게 RAID-5가 전반적으로 좋냐?
RAID-0
RAID-5 (크.. redundancy 1 흐믓하다)
+
다른 서버
얘는
삼성 SATA SSD * 2 RAID-0
시게이트 SAS HDD * 6 RAID-0 로 묶인놈
요게 SSD
요건 HDD
RAID 컨트롤러 성능이 문제인가.. 아니면 stripe 사이즈가 문제인가?
예상외로 너무 성능이 안나오는데?
SATA SSD RAID-0 * 2 |
SAS 10K HDD RAID-0 * 6 |
# dd if=/dev/zero of=/home/testfile bs=1G count=1 oflag=direct 1073741824 bytes (1.1 GB) copied, 1.38812 s, 774 MB/s 1073741824 bytes (1.1 GB) copied, 0.837179 s, 1.3 GB/s // 5초 쉬었다 # dd if=/dev/zero of=/home/testfile bs=1M count=1024 oflag=direct 1073741824 bytes (1.1 GB) copied, 0.736994 s, 1.5 GB/s 1073741824 bytes (1.1 GB) copied, 1.03865 s, 1.0 GB/s # dd if=/dev/zero of=/home/testfile bs=512 count=1024 oflag=direct 524288 bytes (524 kB) copied, 0.0402945 s, 13.0 MB/s 524288 bytes (524 kB) copied, 0.0447082 s, 11.7 MB/s # dd if=/dev/zero of=/home/testfile bs=512 count=102400 oflag=direct 52428800 bytes (52 MB) copied, 4.22318 s, 12.4 MB/s 52428800 bytes (52 MB) copied, 3.15094 s, 16.6 MB/s # dd if=/dev/zero of=/home/testfile bs=4096 count=102400 oflag=direct 419430400 bytes (419 MB) copied, 5.89989 s, 71.1 MB/s 419430400 bytes (419 MB) copied, 6.28572 s, 66.7 MB/s |
# dd if=/dev/zero of=/mnt/data/testfile bs=1G count=1 oflag=direct 1073741824 bytes (1.1 GB) copied, 1.1833 s, 907 MB/s 1073741824 bytes (1.1 GB) copied, 0.775761 s, 1.4 GB/s # dd if=/dev/zero of=/mnt/data/testfile bs=1M count=1024 oflag=direct 1073741824 bytes (1.1 GB) copied, 0.52785 s, 2.0 GB/s 1073741824 bytes (1.1 GB) copied, 0.879442 s, 1.2 GB/s # dd if=/dev/zero of=/mnt/data/testfile bs=512 count=1024 oflag=direct 524288 bytes (524 kB) copied, 0.04629 s, 11.3 MB/s 524288 bytes (524 kB) copied, 0.0437859 s, 12.0 MB/s # dd if=/dev/zero of=/mnt/data/testfile bs=4096 count=102400 oflag=direct 419430400 bytes (419 MB) copied, 3.37354 s, 124 MB/s 419430400 bytes (419 MB) copied, 3.44868 s, 122 MB/s # dd if=/dev/zero of=/mnt/data/testfile bs=4096 count=102400 oflag=direct 419430400 bytes (419 MB) copied, 4.17253 s, 101 MB/s 419430400 bytes (419 MB) copied, 4.63281 s, 90.5 MB/s |
'하드웨어 > RAID' 카테고리의 다른 글
raid 특성인가? (0) | 2019.02.22 |
---|---|
RAID 1+0 구성과 span (0) | 2019.02.19 |
R730 RAID5 성능 테스트(?) (0) | 2019.02.13 |
PowerEdge RAID Controller - PERC (0) | 2019.02.12 |
512b vs 4k sector HDD (Advanced Format - AF) (0) | 2019.02.12 |