네트워크 평가.
– 모든 시스템간의 효율적인 대역폭, 실제 네트워크 연결 속도 유효성을 검사.
# apt-get install iperf 설치
~]# iperf -s ( 서버 ON )
~]# iperf -c [서버 아이피]
-> 본테스트에서는 데이터 종착인 OSD를 서버로 MGMT MON MDS 를 클라이언트로 측정함.
mgmt,mds, osd를 client로 OSD-1,2를 서버로 하여 측정
# 1:1 측정 (A스위치)
[ 8] local 115.68.200.230 port 5001 connected with 115.68.200.219 port 56652
[ 8] 0.0-10.0 sec 370 MBytes 310 Mbits/sec
[ 4] local 115.68.200.230 port 5001 connected with 115.68.200.220 port 39657
[ 4] 0.0-10.0 sec 311 MBytes 260 Mbits/sec
[ 5] local 115.68.200.230 port 5001 connected with 115.68.200.224 port 45146
[ 5] 0.0-10.0 sec 262 MBytes 220 Mbits/sec
[ 4] local 115.68.200.230 port 5001 connected with 115.68.200.231 port 60260
[ 4] 0.0-10.0 sec 271 MBytes 227 Mbits/sec
# 1:1 측정 (B스위치)
[ 4] local 115.68.200.228 port 5001 connected with 115.68.200.220 port 37652
[ 4] 0.0-10.0 sec 744 MBytes 623 Mbits/sec
[ 5] local 115.68.200.228 port 5001 connected with 115.68.200.224 port 49427
[ 5] 0.0-10.0 sec 902 MBytes 755 Mbits/sec
[ 4] local 115.68.200.228 port 5001 connected with 115.68.200.231 port 58791
[ 4] 0.0-10.0 sec 639 MBytes 536 Mbits/sec
[ 5] local 115.68.200.228 port 5001 connected with 115.68.200.219 port 33368
[ 5] 0.0-10.0 sec 813 MBytes 682 Mbits/sec
* 본테스트시 확인됨 – > A스위치의 bandwidth와 B스위치의 bandwidth 다른 양상의 결과값이 나와 확인 해본바
스위치의 차이였음.
#4:1 측정 (A스위치)
[ 5] 0.0-10.0 sec 250 MBytes 210 Mbits/sec
[ 4] 0.0-10.0 sec 180 MBytes 151 Mbits/sec
[ 6] 0.0-10.0 sec 223 MBytes 187 Mbits/sec
[ 7] 0.0-10.0 sec 216 MBytes 181 Mbits/sec
#4:1 측정 (B스위치)
[ 6] 0.0-10.1 sec 319 MBytes 266 Mbits/sec
[ 4] 0.0-10.0 sec 276 MBytes 231 Mbits/sec
[ 5] 0.0-10.0 sec 336 MBytes 282 Mbits/sec
[ 7] 0.0-10.0 sec 241 MBytes 202 Mbits/sec