- This topic has 0개 답변, 1명 참여, and was last updated 15 years, 1 month 전에 by 인베인. This post has been viewed 483 times
-
-
네트웍 퍼포먼스를 측정하기 위한 벤치마킹툴이다. 이 프로그램은 서버-클라이언트 모델을 기초로 하여 Rick Jones 가
설계되었다. 따라서 netperf(Client) 와 netserver(Server)의 2개의 프로그램이 존재한다. 프로그램을
이용하다가 버그 또는 개선코드를 만든 경우 raj@cup.hp.com에게 메일을 보내면 된다. 본 글을 작성시에는 snv repository에 있는 netperf-2.45.pre3 버젼을 사용하였다.1. 용어 설명
DLPI: Data Link Provider Interface
TCP: Transmission Control Protocol
UDP: User Datagram Protocol
TLI:Transport Layer Interface
XTI: X/Open Transport Interface
IP: Internet Protocol1 소스설치하기
F9@invain> w g e t ftp://ftp.netperf.org/netperf/archive/netperf_2.1_manual.pdf
F9@invain> s v n co http://www.netperf.org/svn/netperf2/trunk/
F9@invain> cd trunk/
F9@invain> ls
F9@invain> ./c o nfigure --prefix=/usr
F9@invain> sudo make install
F9@invain> whereis netperf
F9@invain> netperf -V
Netperf version 2.4.5pre3
F9@invain> man netperf
F9@invain> netserver
F9@invain> netstat -nat | grep 128652.2 rpm설치하기
F9@invain> yum install netperf
* 오픈소스는 Open Innovationa & 윈윈전략을 도모할 지언정 절대 공짜(무료)임을 뜻하지 않는다.치
- 답변은 로그인 후 가능합니다.