CentOS iperf 설치

Jmnote bot (토론 | 기여)님의 2016년 3월 29일 (화) 10:13 판 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
CentOS iperf 설치

1 확인

[root@zetawiki ~]# iperf
-bash: iperf: command not found

2 사전 작업

3 설치

[root@zetawiki ~]# yum install iperf
... (생략)
================================================================
 Package     Arch         Version              Repository  Size
================================================================
Installing:
 iperf       x86_64       2.0.5-11.el6         epel        53 k

Transaction Summary
================================================================
Install       1 Package(s)

Total download size: 53 k
Installed size: 122 k
Is this ok [y/N]: y
... (생략)
Installed:
  iperf.x86_64 0:2.0.5-11.el6                                   

Complete!

4 확인 2

[root@zetawiki ~]# iperf
Usage: iperf [-s|-c host] [options]
Try `iperf --help' for more information.

5 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}