sdb가 SSD로 raid 1 볼륨을 잡은 것 입니다.
델 기술팀에서 하라고 한것을 한 후 테스트를 했더니, slowpath가 되었습니다.
테스트 방법.
[root@77 ~]# dd if=/dev/zero of=/dev/sdb bs=64k count=100k
102400+0 records in
102400+0 records out
6710886400 bytes (6.7 GB) copied, 6.80142 s, 987 MB/s
102400+0 records in
102400+0 records out
6710886400 bytes (6.7 GB) copied, 6.80142 s, 987 MB/s
[root@77 ~]# dd of=/dev/null if=/dev/sdb bs=64k count=100k
102400+0 records in
102400+0 records out
6710886400 bytes (6.7 GB) copied, 16.0473 s, 418 MB/s
102400+0 records in
102400+0 records out
6710886400 bytes (6.7 GB) copied, 16.0473 s, 418 MB/s
원래의 상태 (adaptive read ahead/writeBack)
[root@77 ~]# dd if=/dev/zero of=/dev/sdb bs=64k count=100k
102400+0 records in
102400+0 records out
6710886400 bytes (6.7 GB) copied, 5.14492 s, 1.3 GB/s
102400+0 records in
102400+0 records out
6710886400 bytes (6.7 GB) copied, 5.14492 s, 1.3 GB/s
[root@77 ~]# dd of=/dev/null if=/dev/sdb bs=64k count=100k
102400+0 records in
102400+0 records out
6710886400 bytes (6.7 GB) copied, 13.0178 s, 516 MB/s
102400+0 records in
102400+0 records out
6710886400 bytes (6.7 GB) copied, 13.0178 s, 516 MB/s
- to be continue -
ÀÌ°ÍÀÇ Àǹ̰¡ fastpath°¡ µÈ´Ù´Â °ÍÀÌ ¾Æ´Ï¶ó
ÀÌ·¸°Ô Çϸé fastpath¶û ºñ½ÁÇÑ°Ô ¾Æ´Ï³Ä´Â ±×·± Àǹ̴õ¶ó±¸¿ä.
fastpath´Â ¾ÈµÇ´Âµ¥, ÀÌ·¸°Ô Çϸé Á¶±Ý ´õ »¡¶óÁú¼öµµ ÀÖ½À´Ï´Ù...¶ó°í ÇÏ´Â°Ô ¼ÖÁ÷ÇÏÁÒ.
HPÀÇ P420, IBMÀÇ m5110 ¸ðµÎ fastpath°¡ µÇ´Âµ¥ µ¨ÀÇ P710p¸¸ ¾ÈµË´Ï´Ù.
fastpath¾ÈµÇ´Â »óȲ¿¡¼ cachecade¸¦ ¾²¸é ¼Óµµ°¡ ÇöÀúÈ÷ ¶³¾îÁ®¼ Å« ÀÇ¹Ì ¾ø±¸¿ä.
¾î¾Áö ½ºÆ®¶óÀÌÇÁ¸¦ 64k·Î ÀâÀº ÀÌÀ¯°¡ ÀÖ¾ú±º¿ä.
±×·³ 64kº¸´Ù ´õ ÀÛ°ÔÇϸé fastpath°¡ Àû¿ëµÇ´Â °æ¿ì°¡ ´õ ¸¹¾ÆÁö´Â°Å ¾Æ´Ñ°¡¿ä? ºÎÆÿëÀÇ °æ¿ì³ª...
µð½ºÅ©ÀÇ È¿À²Ãø¸é¿¡¼´Â ³ªºüÁú ¼ö ÀÖÀ»°Å °°¾Æ¿ä.
64k... ±×Á¤µµ¸é ¹«³ÇÑ °Í °°½À´Ï´Ù.