CentOS iperf 설치

Jmnote (토론 | 기여)님의 2016년 1월 2일 (토) 17:36 판 (→‎같이 보기)
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 }}