linux 下sippp安装

1.获取版本:http://sourceforge.net/projects/sipp/files/ 
   源码编译使用最新版本
2.down下来之后将其放入指定文件夹/root
3.解压缩该文件
  tar -zxvf sipp-xxx.tar
  cd sipp-xxx
4. make 文件 (需要安装TLS以及认证机制时确保TLS核AUTHENTICATION 服务已安装)
 1)Without TLS (Transport Layer Security) and authentication support
  make
 2)With TLS and authentication support
  make ossl
 3)With PCAP play and without authentication support
  make pcapplay
4)With PCAP play and authentication support:
  make pcapplay_ossl
5.修改linux一些相关配置:
/etc/security/limits.conf添加
soft nofile 1024
hard nofile 65535
/etc/pam.d/login添加
session required /lib/security/pam_limits.so
设置最大文件描述符
echo 65535> /proc/sys/fs/file-max
6.运行初步调试:
./sipp -sn uac 127.0.0.1

运行良好,可以使用
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值