반응형
일하는 중이라 일단 진짜 간략히 커맨드만..
SIPp 3.5.1 Installing on CentOS7
yum update yum
yum update -y
yum groupinstall "Development Tools" -y
yum install ncurses-devel libpcap* libnet* lksctp-tools* -y
mkdir temp
cd temp/
yum install wget -y
wget https://github.com/SIPp/sipp/releases/download/v3.5.1/sipp-3.5.1.tar.gz
tar -xvzf sipp-3.5.1.tar.gz
cd sipp-3.5.1
./configure --with-sctp --with-pcap && make
cd sipp-3.5.1
./sipp -sn uas (실행 테스트!)
^^!
반응형
'IT > Linux' 카테고리의 다른 글
oVirt Self-Hosted 소개 (0) | 2018.07.12 |
---|---|
[oVirt] The redirection URI for client is not registered (0) | 2018.07.11 |
[Centos 7] nslookup: command not found (0) | 2018.03.06 |
Apache :: SU Linux에 apache 다시 컴파일 해보기~! (2) | 2008.07.22 |
SVN :: SU Linux에 SVN 설치 해보기.. (0) | 2008.07.20 |