计算机知识分享网

【freeswitch】sipp并发测试工具的安装

下载安装包

sipp-3.3.tar.gz
下载地址
http://sourceforge.net/projects/sipp/files/
安装编译环境

yum  -y install gcc-c++ gcc automake autoconf libtool make
yum -y install ncurses ncurses-devel
yum -y install libpcap libpcap-devel
yum -y install openssl-deve
yum -y install lksctp*
解压安装包,并且进入目录
tar -xvzf sipp-3.3.tar.gz
编译安装
autoreconf -ivf
./configure --with-pcap --with-sctp --with-openssl
make && make install;

#Freeswitch