Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- xen
- ubuntu
- AWS
- onpromise
- x-real-ip
- centos
- DISK
- VPN
- Query
- 센토스
- 아마존
- EC2
- terraform
- deragistration
- mysql
- Windows
- nvme
- Error
- DELETE
- 인스턴스타입
- Linux
- fdisk
- resize2fs
- awscli
- x-forward-for
- port
- RDS
- EBS
- ntp
- 리눅스
Archives
- Today
- Total
Cloud
리눅스 네트워크 대역폭 측정툴 iperf 본문
aws EC2 서버 세팅 후 iperf 로 서버 속도 측정을 실시 합니다.
근데 기본 리포지토리에 iperf 가 없어서 구글링 귀찮아 기록으로 남깁니다.
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum install iperf
* 기본적인 속도 측정 방법은 아래와 같습니다.
1. 서버쪽
iperf -s
2. 클라이언트쪽
iperf -c ip주소
1 를 입력하면 아래와 비슷한 결과값이 나옵니다.
------------------------------------------------------------
Client connecting to 172.16.20.83, TCP port 5001
TCP window size: 19.3 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.10.9 port 48129 connected with 192.168.10.10 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 1.06 GBytes 909 Mbits/sec
맨아래 bandwidth 항목이 최대 속도입니다. MAX 수치이므로 실제 속도는 대부분 이보다 느립니다.
'리눅스' 카테고리의 다른 글
기업용 리눅스 EPEL 설치 방법 (0) | 2016.01.04 |
---|---|
리눅스 용량 확장 명령어 resize2fs 사용법 (Nothing to do! 나올때) (0) | 2015.10.16 |
타임존, NTP 설정 (0) | 2015.07.02 |
세션 동시 접속 제한 해제 (0) | 2015.06.10 |
리눅스 파일 시스템 확인 방법 (0) | 2015.04.27 |
Comments